-
Notifications
You must be signed in to change notification settings - Fork 218
Localization
Starting from 0.1.0, OpenSpades got a language selection GUI inside the Startup Window.
To change OpenSpades language via graphical interface, it's necessary to [enable the Startup Window] if it hasn't been already, and then go to "General" tab and select the language from there.
It's also possible to change the language by setting core_locale
manually.
These are the locales available for OpenSpades:
Identifier | Locale | Since Version |
---|---|---|
es_es | Spanish | 0.1.1 |
de | German | 0.0.12b |
fr_fr | French (from France) | 0.1.1 |
ja | Japanese | 0.0.11 |
ko | Korean | 0.0.12b |
nl | Dutch | 0.1.1 |
pt_br | Portuguese (Brazilian) | 0.1.0 |
pl_pl | Polish (from Poland) | 0.1.0 |
pt_pt | Portuguese (Portugal) | 0.1.0 |
ru | Russian | 0.0.11 |
Setting an invalid locale to core_locale
or leaving it blank will make OpenSpades default to english language.
-
0.0.12b: Setting an invalid
core_locale
will crash OpenSpades (#468) - 0.0.12b: Translations that could be plural always stay in singular form (#469)
Prior to 0.1.0, languages could only be changed by manually setting the core_locale
, making it an obscure feature.
This wiki is in the middle of an update process to match the latest changes of OpenSpades 0.1.2
It may contain outdated, incorrect or incomplete information.
Please contact the repository owner (@yvt) via email or ask a question in the issue tracker if there is any obscure information you are looking for that can't be found in neither the source code nor in this wiki.