1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 06:13:17 +00:00

Fix default language

It is supposed to be the built-in core language, en-GB
This commit is contained in:
Jermolene 2019-03-07 18:46:24 +00:00
parent f047e7cbf5
commit e61c71961b

View File

@ -83,7 +83,7 @@ exports.startup = function() {
pluginType: "language",
controllerTitle: "$:/language",
defaultPlugins: [
"$:/languages/en-US"
"$:/languages/en-GB"
],
onSwitch: function(plugins) {
if($tw.browser) {