CSS overrides for Slovak and Czech#28
Conversation
CSS overrides and translation refinements for Slovak and Czech. Updated steam.json and localization readme. Since Slovak is not an official Steam language, it might be considered to set its api and/or webapi to Czech to fetch Czech achievement descriptions for supported games.
|
@procyon99 |
| { "iso": "ru-RU", "displayName": "Russian", "api": "russian", "webapi": "ru", "native": "Русский" }, | ||
| { "iso": "es-ES", "displayName": "Spanish - Spain", "api": "spanish", "webapi": "es", "native": "Español-España" }, | ||
| { "iso": "es-419", "displayName": "Spanish - Latin America", "api": "latam", "webapi": "es-419", "native": "Español-Latinoamérica" }, | ||
| { "iso": "sk-SK", "displayName": "Slovak", "api": "slovak", "webapi": "sk", "native": "slovenčina" }, |
There was a problem hiding this comment.
Leaving this as is won't work, it will fail when trying to fetch data as this language is not supported officially.
changing the api/webapi to czech might be an option, but I think I need to make some changes on AW's side to support this, (the api serves as the id so having 2 languages with the same api/webapi might break things, like you choose Slovak on the settings but it loads the Czech translation)
Updated. UI elements with no translation support remain: "Checking watchdog status...", Adding translation support for these in the future would make it possible to achieve 100% UI localizations for supported languages. |
CSS overrides and translation refinements for Slovak and Czech.
Updated steam.json and localization readme.
Since Slovak is not an official Steam language, it might be considered to set its api and/or webapi to Czech to fetch Czech achievement descriptions for supported games.