an-anime-game-launcher/public/locales
Observer KRypt0n_ 75f2ad66ed
Added initial Chinese game version support
- added `zh-cn` locale
- added `server` field to `config.yaml` file that indicates
  currently using game server - `global` or `cn`
  its default value is based on the system language
- `constants.paths.gameDataDir` returns path based on `server` config property
- `constants.placeholders.uppercase.full` was changed to an object:
  + global: <global game name>
  + cn: <cn game name>
- in `constants.uri.*` changed second fields:
  + api
  + telemetry
  they're following the same format as `full` placeholder
- `constants.versionsUri()` and
  `constants.backgroundUri()` are functions now
  their output depends on server you're passing as a parameter
- added `Game.server` field (global / cn)
- `PatchInfo` type now contains `server` field
- `Patch.getPatchInfo()` also depends on `Game.server` value
- reworked `Background.get()` method to support cn game api
2022-02-20 13:29:06 +02:00
..
de-de.yaml Added initial Chinese game version support 2022-02-20 13:29:06 +02:00
en-us.yaml Added initial Chinese game version support 2022-02-20 13:29:06 +02:00
es-es.yaml Added initial Chinese game version support 2022-02-20 13:29:06 +02:00
fr-fr.yaml Added initial Chinese game version support 2022-02-20 13:29:06 +02:00
hu-hu.yaml Added initial Chinese game version support 2022-02-20 13:29:06 +02:00
id-id.yaml Added initial Chinese game version support 2022-02-20 13:29:06 +02:00
it-it.yaml Added initial Chinese game version support 2022-02-20 13:29:06 +02:00
nb-no.yaml Added initial Chinese game version support 2022-02-20 13:29:06 +02:00
ru-ru.yaml Added initial Chinese game version support 2022-02-20 13:29:06 +02:00
uwu.yaml Added initial Chinese game version support 2022-02-20 13:29:06 +02:00
zh-cn.yaml Added initial Chinese game version support 2022-02-20 13:29:06 +02:00