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