mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Translations update from Hosted Weblate (#4878)
* Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (1149 of 1149 strings) Translation: stashapp/stash Translate-URL: https://hosted.weblate.org/projects/stashapp/stash/zh_Hans/ * Added translation using Weblate (Afrikaans) * Translated using Weblate (Spanish) Currently translated at 100.0% (1149 of 1149 strings) Translation: stashapp/stash Translate-URL: https://hosted.weblate.org/projects/stashapp/stash/es/ * Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (1149 of 1149 strings) Translation: stashapp/stash Translate-URL: https://hosted.weblate.org/projects/stashapp/stash/zh_Hans/ * Translated using Weblate (Afrikaans) Currently translated at 3.6% (42 of 1149 strings) Translation: stashapp/stash Translate-URL: https://hosted.weblate.org/projects/stashapp/stash/af/ * Add missing language options and rename locale files --------- Co-authored-by: wql219 <160428035+wql219@users.noreply.github.com> Co-authored-by: ceresbeet <ceresbeet@gmail.com> Co-authored-by: gallegonovato <fran-carro@hotmail.es> Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -148,8 +148,10 @@ export const SettingsInterfacePanel: React.FC = () => {
|
||||
value={iface.language ?? undefined}
|
||||
onChange={(v) => saveInterface({ language: v })}
|
||||
>
|
||||
<option value="af-ZA">Afrikaans (Preview)</option>
|
||||
<option value="bn-BD">বাংলা (বাংলাদেশ) (Preview)</option>
|
||||
<option value="cs-CZ">Čeština (Preview)</option>
|
||||
<option value="ca-ES">Catalan (Preview)</option>
|
||||
<option value="cs-CZ">Čeština (Česko)</option>
|
||||
<option value="da-DK">Dansk (Danmark)</option>
|
||||
<option value="de-DE">Deutsch (Deutschland)</option>
|
||||
<option value="en-GB">English (United Kingdom)</option>
|
||||
|
||||
Reference in New Issue
Block a user