mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 15:22:55 +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(@"Български")]
|
||||
bg,
|
||||
|
||||
[Description(@"Català")]
|
||||
ca,
|
||||
|
||||
[Description(@"Česky")]
|
||||
cs,
|
||||
|
||||
@ -37,12 +40,27 @@ namespace osu.Game.Localisation
|
||||
[Description(@"español")]
|
||||
es,
|
||||
|
||||
// TODO: Requires Arabic glyphs to be added to resources (and possibly also RTL support).
|
||||
// [Description(@"فارسی")]
|
||||
// fa_ir,
|
||||
|
||||
[Description(@"Suomi")]
|
||||
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")]
|
||||
fr,
|
||||
|
||||
// TODO: Requires Hebrew glyphs to be added to resources (and possibly also RTL support).
|
||||
// [Description(@"עברית")]
|
||||
// he,
|
||||
|
||||
[Description(@"Hrvatski")]
|
||||
hr_hr,
|
||||
|
||||
[Description(@"Magyar")]
|
||||
hu,
|
||||
|
||||
@ -58,6 +76,15 @@ namespace osu.Game.Localisation
|
||||
[Description(@"한국어")]
|
||||
ko,
|
||||
|
||||
[Description(@"Lietuvių")]
|
||||
lt,
|
||||
|
||||
[Description(@"Latviešu")]
|
||||
lv_lv,
|
||||
|
||||
[Description(@"Melayu")]
|
||||
ms_my,
|
||||
|
||||
[Description(@"Nederlands")]
|
||||
nl,
|
||||
|
||||
@ -79,12 +106,28 @@ namespace osu.Game.Localisation
|
||||
[Description(@"Русский")]
|
||||
ru,
|
||||
|
||||
// TODO: Requires Sinhala glyphs to be added to resources.
|
||||
// Additionally, no translations available yet.
|
||||
// [Description(@"සිංහල")]
|
||||
// si_lk,
|
||||
|
||||
[Description(@"Slovenčina")]
|
||||
sk,
|
||||
|
||||
[Description(@"Slovenščina")]
|
||||
sl,
|
||||
|
||||
[Description(@"Српски")]
|
||||
sr,
|
||||
|
||||
[Description(@"Svenska")]
|
||||
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(@"ไทย")]
|
||||
th,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user