Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 10 additions & 21 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,26 @@
},
"**/*.js.map": true
},
"typescript.tsdk": "node_modules\\typescript\\lib",

"conventionalCommits.scopes": [
"mono",
"api/src",
"frontend/src",
"actions",
"frontend/components",
"frontent/pages",
"frontend/blog",
"api/users",
"frontend/teams",
"api/claims",
"api/core",
"frontend/v2",
"api/applications",
"api/blog",
"api/claims",
"api/users",
"dash/src",
"dash/admin",
"dash/me",
"frontend/auth",
"dash/components",
"frontend/seo",
"api/applications",
"api/claims",
"frontend/legal",
"frontend/gallery",
"dash/editor",
"dash/me",
"db",
"dash/responsive",
"frontend/src",
"frontend/assets",
"frontend/auth",
"frontend/blog",
"frontend/components",
"frontend/gallery",
"frontend/i18n",
"frontend/stats",
"frontend/join",
"frontend/map"
],
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ _A Monorepo containing all website-related projects._

![official](https://go.buildtheearth.net/official-shield)
[![chat](https://img.shields.io/discord/706317564904472627.svg?color=768AD4&label=discord&logo=https%3A%2F%2Fdiscordapp.com%2Fassets%2F8c9701b98ad4372b58f13fd9f65f966e.svg)](https://discord.gg/buildtheearth)
[![Crowdin](https://badges.crowdin.net/buildtheearth-website/localized.svg)](https://crowdin.com/project/buildtheearth-website)

</div>
<!-- markdownlint-restore -->
Expand Down
12 changes: 6 additions & 6 deletions apps/frontend/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"description": "Building the Earth in Minecraft - Join the world's largest community project to recreate our planet the video-game Minecraft.",
"title": {
"template": "%s | BuildTheEarth",
"default": "Builiding the Earth in Minecraft 1:1 | BuildTheEarth"
"default": "Building the Earth in Minecraft 1:1 | BuildTheEarth"
},
"keywords": [
"BuildTheEarth",
Expand Down Expand Up @@ -169,7 +169,7 @@
},
"locationsList": {
"label": "Locations",
"description": "{buildTeam} is building in multiple countires. You can find the full list of countries below. If you want to view this list on a map, click the button below.",
"description": "{buildTeam} is building in multiple countries. You can find the full list of countries below. If you want to view this list on a map, click the button below.",
"viewOnMap": "View on Map"
}
}
Expand Down Expand Up @@ -213,7 +213,7 @@
"description": "have already been constructed on the entire globe.",
"total": {
"label": "Total Buildings",
"description": "haven been created."
"description": "have been created."
},
"active": {
"label": "Active Buildings",
Expand All @@ -230,11 +230,11 @@
},
"claims": {
"label": "Claims",
"description": "are beeing build or are already finished.",
"description": "are being built or are already finished.",
"sectionTitle": "Claims",
"total": {
"label": "Total Claims",
"description": "haven been created."
"description": "have been created."
},
"active": {
"label": "Active Claims",
Expand Down Expand Up @@ -413,4 +413,4 @@
"attribution": {
"translations": {}
}
}
}
Loading
Loading