mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
Updated languages in Language.cs to match what is in osu-web/resources/lang/. Added Catalan, Persian, Filipino, Hebrew, Croatian, Lithuanian, Latvian, Malay, Slovenian, Serbian, Tajik, and Sinhala.
This commit is contained in:
parent
f8289927d2
commit
a44b208323
@ -22,6 +22,9 @@ namespace osu.Game.Localisation
|
||||
[Description(@"Български")]
|
||||
bg,
|
||||
|
||||
[Description(@"Català")]
|
||||
ca,
|
||||
|
||||
[Description(@"Česky")]
|
||||
cs,
|
||||
|
||||
@ -37,12 +40,24 @@ namespace osu.Game.Localisation
|
||||
[Description(@"español")]
|
||||
es,
|
||||
|
||||
[Description(@"فارسی")]
|
||||
fa_ir,
|
||||
|
||||
[Description(@"Suomi")]
|
||||
fi,
|
||||
|
||||
[Description(@"Filipino")]
|
||||
fil,
|
||||
|
||||
[Description(@"français")]
|
||||
fr,
|
||||
|
||||
[Description(@"עברית")]
|
||||
he,
|
||||
|
||||
[Description(@"Hrvatski")]
|
||||
hr_hr,
|
||||
|
||||
[Description(@"Magyar")]
|
||||
hu,
|
||||
|
||||
@ -58,6 +73,15 @@ namespace osu.Game.Localisation
|
||||
[Description(@"한국어")]
|
||||
ko,
|
||||
|
||||
[Description(@"Lietuvių")]
|
||||
lt,
|
||||
|
||||
[Description(@"Latviešu")]
|
||||
lv_lv,
|
||||
|
||||
[Description(@"Melayu")]
|
||||
ms_my,
|
||||
|
||||
[Description(@"Nederlands")]
|
||||
nl,
|
||||
|
||||
@ -79,12 +103,24 @@ namespace osu.Game.Localisation
|
||||
[Description(@"Русский")]
|
||||
ru,
|
||||
|
||||
[Description(@"සිංහල")]
|
||||
si_lk,
|
||||
|
||||
[Description(@"Slovenčina")]
|
||||
sk,
|
||||
|
||||
[Description(@"Slovenščina")]
|
||||
sl,
|
||||
|
||||
[Description(@"Српски")]
|
||||
sr,
|
||||
|
||||
[Description(@"Svenska")]
|
||||
sv,
|
||||
|
||||
[Description(@"Тоҷикӣ")]
|
||||
tg_tj,
|
||||
|
||||
[Description(@"ไทย")]
|
||||
th,
|
||||
|
||||
@ -105,6 +141,9 @@ namespace osu.Game.Localisation
|
||||
[Description(@"简体中文")]
|
||||
zh,
|
||||
|
||||
[Description(@"繁體中文")]
|
||||
zh_tw,
|
||||
|
||||
// Traditional Chinese (Hong Kong) is listed in web sources but has no associated localisations,
|
||||
// and was wrongly falling back to Simplified Chinese.
|
||||
// Can be revisited if localisations ever arrive.
|
||||
|
Loading…
Reference in New Issue
Block a user