New Crowdin updates (#6541)

* New translations en_us.json (French)

* New translations en_us.json (Spanish)

* New translations en_us.json (Arabic)

* New translations en_us.json (German)

* New translations en_us.json (Greek)

* New translations en_us.json (Hebrew)

* New translations en_us.json (Italian)

* New translations en_us.json (Japanese)

* New translations en_us.json (Korean)

* New translations en_us.json (Polish)

* New translations en_us.json (Russian)

* New translations en_us.json (Turkish)

* New translations en_us.json (Ukrainian)

* New translations en_us.json (Chinese Simplified)

* New translations en_us.json (Chinese Traditional)

* New translations en_us.json (Portuguese, Brazilian)

* New translations en_us.json (Thai)

* Add missing Thai language name

* Add new languages

* Enable RTL for Arabic

---------

Co-authored-by: gdkchan <gab.dark.100@gmail.com>
This commit is contained in:
Ac_K 2024-03-21 01:07:27 +01:00 committed by GitHub
parent d26ef2eec3
commit 75a4ea3370
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 3102 additions and 1582 deletions

View file

@ -104,7 +104,7 @@ namespace Ryujinx.Ava.Common.Locale
{
return _localeLanguageCode switch
{
"he_IL" => true,
"ar_SA" or "he_IL" => true,
_ => false
};
}