Table of Contents
Localization
Translations for all languages (excluding English and Russian) are created by the player community.
You can join the translation team by following this link:
Supported Languages
- Russian (maintained by devs) — see Russian wiki
- French (maintained by community)
- Polish (maintained by community)
- Spanish (maintained by community)
- Korean (maintained by community)
- Brazilian Portuguese (maintained by community)
- Italian (maintained by community)
- German (maintained by community)
- Chinese, Simplified (maintained by community)
- Malay (maintained by community)
- Turkish (maintained by community)
- Ukrainian (maintained by community)
Several other translations are currently in progress at Transifex.
Features
Mob Gender
For languages with grammatical gender (such as German or Russian), gender can be defined using masculine, feminine, and neuter tags in the `Mob_Gender` string for each mob. Corresponding phrases can also be defined in a gender-specific way.
Gender tags should not be translated, but changed to the correct form for the target language.
Mob Objective Name
The strings `Char_Defeat`, `Char_Hit`, and `Char_Kill` all have the form:
''Subject'' does something to ''Object''
These can take into account the grammatical gender of the Subject, provided it is correctly tagged in `XXX_Gender` (one of masculine, feminine, or neuter).
String Resource Files
Localization strings are stored in the following files in the game's source code:
- English: `RemixedDungeon/src/main/res/values/strings_all.xml`
- Russian: `RemixedDungeon/src/main/res/values-ru/strings_all.xml`
- Spanish: `RemixedDungeon/src/main/res/values-es/strings_all.xml`
- French: `RemixedDungeon/src/main/res/values-fr/strings_all.xml`
- German: `RemixedDungeon/src/main/res/values-de/strings_all.xml`
- Portuguese (Brazilian): `RemixedDungeon/src/main/res/values-pt-rBR/strings_all.xml`
- Italian: `RemixedDungeon/src/main/res/values-it/strings_all.xml`
- Japanese: `RemixedDungeon/src/main/res/values-ja/strings_all.xml`
- Korean: `RemixedDungeon/src/main/res/values-ko/strings_all.xml`
- Chinese (Simplified): `RemixedDungeon/src/main/res/values-zh-rCN/strings_all.xml`
- Chinese (Traditional): `RemixedDungeon/src/main/res/values-zh-rTW/strings_all.xml`
- Polish: `RemixedDungeon/src/main/res/values-pl/strings_all.xml`
- Ukrainian: `RemixedDungeon/src/main/res/values-uk/strings_all.xml`
- Hungarian: `RemixedDungeon/src/main/res/values-hu/strings_all.xml`
- Turkish: `RemixedDungeon/src/main/res/values-tr/strings_all.xml`
- Greek: `RemixedDungeon/src/main/res/values-el/strings_all.xml`
- Indonesian: `RemixedDungeon/src/main/res/values-in/strings_all.xml`
- Malay: `RemixedDungeon/src/main/res/values-ms/strings_all.xml`
Code References
- String Resources: RemixedDungeon/src/main/res/
- Translation Project: Transifex
Other Languages
- Español (translation page not yet created)
- Français (translation page not yet created)
- Deutsch (translation page not yet created)
- Português (translation page not yet created)
- Italiano (translation page not yet created)
- 日本語 (translation page not yet created)
- 한국어 (translation page not yet created)
- 中文 (translation page not yet created)
- 繁體中文 (translation page not yet created)
- Polski (translation page not yet created)
- Українська (translation page not yet created)
- Magyar (translation page not yet created)
- Türkçe (translation page not yet created)
- Ελληνικά (translation page not yet created)
- Bahasa Indonesia (translation page not yet created)
- Bahasa Melayu (translation page not yet created)
