Skip to content

Commit 11807fe

Browse files
committed
Updated roadmap with localization feature
CI uses lfs checkout
1 parent 4672fb4 commit 11807fe

4 files changed

Lines changed: 13 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Build Docusaurus
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: nschloe/action-cached-lfs-checkout@v1
1616
with:
1717
fetch-depth: 0
1818
submodules: true

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Test deployment
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: nschloe/action-cached-lfs-checkout@v1
1616
with:
1717
submodules: true
1818
fetch-depth: 0
Lines changed: 3 additions & 0 deletions
Loading

src/pages/roadmap/roadmap-data.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,14 @@
182182
"title": "✅ all released features",
183183
"description": "completed features that are already available in the game",
184184
"items": [
185+
{
186+
"title": "🌍 Localization",
187+
"image": "/roadmap/crowdin.webp",
188+
"description": "The main menu UI is now translated into many languages, making nanos world more accessible to players worldwide. Our community helps keep translations up to date and accurate. You can contribute or check the current progress on our Crowdin page.",
189+
"external_link": "https://crowdin.com/project/nanos-world-game",
190+
"external_link_title": "nanos world on Crowdin",
191+
"labels": ["released", "ui", "community"]
192+
},
185193
{
186194
"title": "🧱 Instanced Static Mesh Entity",
187195
"image": "/roadmap/ism.webp",

0 commit comments

Comments
 (0)