mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-02 23:33:47 -08: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
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ exports.startup = function() {
|
|||
pluginType: "language",
|
||||
controllerTitle: "$:/language",
|
||||
defaultPlugins: [
|
||||
"$:/languages/en-US"
|
||||
"$:/languages/en-GB"
|
||||
],
|
||||
onSwitch: function(plugins) {
|
||||
if($tw.browser) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue