1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +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", pluginType: "language",
controllerTitle: "$:/language", controllerTitle: "$:/language",
defaultPlugins: [ defaultPlugins: [
"$:/languages/en-US" "$:/languages/en-GB"
], ],
onSwitch: function(plugins) { onSwitch: function(plugins) {
if($tw.browser) { if($tw.browser) {