mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Fix wrong language codes
Confused them with the flags from the web-side source used. Tagalog (`tl`) still has no discernible effect, but that's because there are actually no localisation files in `osu-resources` for that language. Leave it be for now, as web has that entry, so it might mean that translations might be coming at some point in the future.
This commit is contained in:
parent
f4fb2e127d
commit
dc2e3ff89e
@ -83,7 +83,7 @@ namespace osu.Game.Localisation
|
||||
sk,
|
||||
|
||||
[Description(@"Svenska")]
|
||||
se,
|
||||
sv,
|
||||
|
||||
[Description(@"ไทย")]
|
||||
th,
|
||||
@ -99,7 +99,7 @@ namespace osu.Game.Localisation
|
||||
// uk,
|
||||
|
||||
[Description(@"Tiếng Việt")]
|
||||
vn,
|
||||
vi,
|
||||
|
||||
[Description(@"简体中文")]
|
||||
zh,
|
||||
|
Loading…
Reference in New Issue
Block a user