From e61c71961bed2864ba0c34934530f2dd97c2ff8a Mon Sep 17 00:00:00 2001 From: Jermolene Date: Thu, 7 Mar 2019 18:46:24 +0000 Subject: [PATCH] Fix default language It is supposed to be the built-in core language, en-GB --- core/modules/startup/startup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/startup/startup.js b/core/modules/startup/startup.js index 8c2153ea1..4cd53dfcd 100755 --- a/core/modules/startup/startup.js +++ b/core/modules/startup/startup.js @@ -83,7 +83,7 @@ exports.startup = function() { pluginType: "language", controllerTitle: "$:/language", defaultPlugins: [ - "$:/languages/en-US" + "$:/languages/en-GB" ], onSwitch: function(plugins) { if($tw.browser) {