You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Add locale rename for the "C" locale
This commit is contained in:
@@ -813,6 +813,9 @@ static const char *locale_renames[][2] = {
|
|||||||
{ "in", "id" }, // Indonesian
|
{ "in", "id" }, // Indonesian
|
||||||
{ "iw", "he" }, // Hebrew
|
{ "iw", "he" }, // Hebrew
|
||||||
{ "no", "nb" }, // Norwegian Bokmål
|
{ "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 }
|
{ nullptr, nullptr }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user