mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 19:03:08 +08:00
Merge pull request #23729 from jtbiddle/language-list-update
Update languages to match osu-web
This commit is contained in:
commit
a0b3fd27a7
@ -22,6 +22,9 @@ namespace osu.Game.Localisation
|
|||||||
[Description(@"Български")]
|
[Description(@"Български")]
|
||||||
bg,
|
bg,
|
||||||
|
|
||||||
|
[Description(@"Català")]
|
||||||
|
ca,
|
||||||
|
|
||||||
[Description(@"Česky")]
|
[Description(@"Česky")]
|
||||||
cs,
|
cs,
|
||||||
|
|
||||||
@ -37,12 +40,27 @@ namespace osu.Game.Localisation
|
|||||||
[Description(@"español")]
|
[Description(@"español")]
|
||||||
es,
|
es,
|
||||||
|
|
||||||
|
// TODO: Requires Arabic glyphs to be added to resources (and possibly also RTL support).
|
||||||
|
// [Description(@"فارسی")]
|
||||||
|
// fa_ir,
|
||||||
|
|
||||||
[Description(@"Suomi")]
|
[Description(@"Suomi")]
|
||||||
fi,
|
fi,
|
||||||
|
|
||||||
|
// TODO: Doesn't work as appropriate satellite assemblies aren't copied from resources (see: https://github.com/ppy/osu/discussions/18851#discussioncomment-3042170)
|
||||||
|
// [Description(@"Filipino")]
|
||||||
|
// fil,
|
||||||
|
|
||||||
[Description(@"français")]
|
[Description(@"français")]
|
||||||
fr,
|
fr,
|
||||||
|
|
||||||
|
// TODO: Requires Hebrew glyphs to be added to resources (and possibly also RTL support).
|
||||||
|
// [Description(@"עברית")]
|
||||||
|
// he,
|
||||||
|
|
||||||
|
[Description(@"Hrvatski")]
|
||||||
|
hr_hr,
|
||||||
|
|
||||||
[Description(@"Magyar")]
|
[Description(@"Magyar")]
|
||||||
hu,
|
hu,
|
||||||
|
|
||||||
@ -58,6 +76,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 +106,28 @@ namespace osu.Game.Localisation
|
|||||||
[Description(@"Русский")]
|
[Description(@"Русский")]
|
||||||
ru,
|
ru,
|
||||||
|
|
||||||
|
// TODO: Requires Sinhala glyphs to be added to resources.
|
||||||
|
// Additionally, no translations available yet.
|
||||||
|
// [Description(@"සිංහල")]
|
||||||
|
// si_lk,
|
||||||
|
|
||||||
[Description(@"Slovenčina")]
|
[Description(@"Slovenčina")]
|
||||||
sk,
|
sk,
|
||||||
|
|
||||||
|
[Description(@"Slovenščina")]
|
||||||
|
sl,
|
||||||
|
|
||||||
|
[Description(@"Српски")]
|
||||||
|
sr,
|
||||||
|
|
||||||
[Description(@"Svenska")]
|
[Description(@"Svenska")]
|
||||||
sv,
|
sv,
|
||||||
|
|
||||||
|
// Tajik has no associated localisations yet, and is not supported on Windows versions <10.
|
||||||
|
// TODO: update language mapping in osu-resources to redirect tg-TJ to tg-Cyrl-TJ (which is supported on earlier Windows versions)
|
||||||
|
// [Description(@"Тоҷикӣ")]
|
||||||
|
// tg_tj,
|
||||||
|
|
||||||
[Description(@"ไทย")]
|
[Description(@"ไทย")]
|
||||||
th,
|
th,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user