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:
parent
f047e7cbf5
commit
e61c71961b
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user