summaryrefslogtreecommitdiff
path: root/core/string/locales.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-01-24 21:21:51 +0100
committerGitHub <noreply@github.com>2022-01-24 21:21:51 +0100
commit37472fa2c0c4c03a62fa6a57b25655c91bd8263f (patch)
tree8b2aafb697d1e1b30d7c182a23380b0fc3045b6e /core/string/locales.h
parent5f8f6ae7f6e7d598629993fcdd4b3828f1bf2d04 (diff)
parent945645410905e8b23228965e29c2be274cb12645 (diff)
Merge pull request #57133 from bruvzg/fix_multi_file_tr
Diffstat (limited to 'core/string/locales.h')
-rw-r--r--core/string/locales.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/string/locales.h b/core/string/locales.h
index 9ef6dee5ac..32d6608ec2 100644
--- a/core/string/locales.h
+++ b/core/string/locales.h
@@ -42,6 +42,7 @@ static const char *locale_renames[][2] = {
{ "in", "id" }, // Indonesian
{ "iw", "he" }, // Hebrew
{ "no", "nb" }, // Norwegian Bokmål
+ { "C", "en" }, // Locale is not set, fallback to English.
{ nullptr, nullptr }
};