Skip to content

Update id.json#3723

Draft
Deextire wants to merge 2 commits intoDexterHuang:masterfrom
Deextire:patch-3
Draft

Update id.json#3723
Deextire wants to merge 2 commits intoDexterHuang:masterfrom
Deextire:patch-3

Conversation

@Deextire
Copy link

@Deextire Deextire commented Feb 16, 2026

Updates from the first line to line 700 with Indonesian slang gamer kid style. Please check Dexter's latest commits because in the previous commits I forgot a bug that hasn't been fixed by other translators.

Updates from the first line to line 700 with Indonesian slang gamer kid style
@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Language style updates (from line 1 to line 700), known translation errors, known minor bugs (on line 10662), and reasoning that suits Indonesian players.
@Deextire Deextire marked this pull request as draft March 4, 2026 07:07
@DexterHuang
Copy link
Owner

Hi, I am not proficient enough to determine if the slang is too unofficial/odd to be used us UI text, maybe we need other Indonesian friend on this?

@lag145
Copy link
Contributor

lag145 commented Mar 4, 2026

ill go ask mario about this irrc he is indonesian ill get back to you @DexterHuang

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Indonesian (id) locale strings, shifting many UI translations toward an Indonesian “slang gamer” tone and cleaning up at least one previously-broken translation entry.

Changes:

  • Rewrites a large set of trans values (equipment slots, IAP, quests/actions, apartment UI) into a slang style.
  • Updates action/task modal strings (boost/time reduction/start).
  • Fixes the receive.itemv2 translation that previously contained non-translation/debug text.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"trans": "Jika Anda yakin itu adalah kesalahpahaman, silakan hubungi moderator melalui saluran perselisihan kami yang ditautkan di bawah ini."
},
"trans": "Kalau lu ngerasa gak salah (yakin lu?), protes aja ke mod lewat Discord di bawah."
}
Copy link

Copilot AI Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JSON syntax error: description2 closes with } but is missing a trailing comma before the next key ("description3"). This will make id.json invalid and likely break loading/parsing of the language file. Add the comma after the description2 block (i.e., end it with },).

Suggested change
}
},

Copilot uses AI. Check for mistakes.
"vars": [
"itemName"
]
"trans": "Item & EXP jadi double! Tapi durasi & biaya naik 4x lipat ya"
Copy link

Copilot AI Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actionStartModal.extendButton.notActivatedDescription is missing the vars array (e.g., ["itemName"]) that exists in other locale files (including en.json). If the localization tooling expects identical schema across languages, this can cause validation/runtime issues. Keep the vars entry consistent with the other translations.

Suggested change
"trans": "Item & EXP jadi double! Tapi durasi & biaya naik 4x lipat ya"
"trans": "Item & EXP jadi double! Tapi durasi & biaya naik 4x lipat ya",
"vars": [
"itemName"
]

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants