Collapse Launcher supports 17 languages. Translations are stored as JSON files inDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/CollapseLauncher/Collapse/llms.txt
Use this file to discover all available pages before exploring further.
Hi3Helper.Core/Lang/ and are loaded at runtime — no recompile needed to test locale changes in a debug build.
Supported languages
| Locale ID | Language | File |
|---|---|---|
en_US | English | en_US.json |
de_DE | German | de_DE.json |
es_419 | Spanish (Latin America) | es_419.json |
fr_FR | French | fr_FR.json |
id_ID | Indonesian | id_ID.json |
it_IT | Italian | it_IT.json |
ja_JP | Japanese | ja_JP.json |
ko_KR | Korean | ko_KR.json |
pl_PL | Polish | pl_PL.json |
pt_BR | Portuguese (Brazil) | pt_BR.json |
pt_PT | Portuguese (Portugal) | pt_PT.json |
ru_RU | Russian | ru_RU.json |
th_TH | Thai | th_TH.json |
uk_UA | Ukrainian | uk_UA.json |
vi_VN | Vietnamese | vi_VN.json |
zh_CN | Simplified Chinese | zh_CN.json |
zh_TW | Traditional Chinese | zh_TW.json |
How to contribute
- Via Transifex (recommended)
- Via Pull Request
Join the project
Go to Collapse on Transifex and request to join as a translator for your language.
Translate strings
Use the Transifex web editor to translate or proofread strings. The source language is English (
en_US).To add a language that isn’t yet listed in the Transifex project, open a GitHub issue or create a discussion on Transifex. Maintainers will add the new language resource.
Locale file format
Each locale file is a UTF-8 JSON document. The top-level object has three metadata fields followed by section objects for each part of the UI:en_US.json (excerpt)
| Field | Description |
|---|---|
LanguageName | Human-readable name shown in the language selector. |
LanguageID | BCP 47 locale tag (hyphen-separated, e.g. en-US, zh-TW). |
Author | Credit string logged when the locale loads. |
Size prefix strings (
_Misc.SizePrefixes1000U) must contain exactly 9 entries separated by |. Do not change the separator or order.