mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
Merge pull request #53225 from aaronfranke/c-locale
This commit is contained in:
commit
2ac320681a
@ -809,9 +809,12 @@ static const char *locale_names[] = {
|
||||
// - https://msdn.microsoft.com/en-us/library/windows/desktop/ms693062(v=vs.85).aspx
|
||||
|
||||
static const char *locale_renames[][2] = {
|
||||
{ "in", "id" }, // Indonesian
|
||||
{ "iw", "he" }, // Hebrew
|
||||
{ "no", "nb" }, // Norwegian Bokmål
|
||||
{ "in", "id" }, // Indonesian
|
||||
{ "iw", "he" }, // Hebrew
|
||||
{ "no", "nb" }, // Norwegian Bokmål
|
||||
{ "C", "en" }, // "C" is the simple/default/untranslated Computer locale.
|
||||
// ASCII-only, English, no currency symbols. Godot treats this as "en".
|
||||
// See https://unix.stackexchange.com/a/87763/164141 "The C locale is"...
|
||||
{ nullptr, nullptr }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user