We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d88ed commit eadefb8Copy full SHA for eadefb8
server/core/sideloader.js
@@ -52,15 +52,17 @@ module.exports = {
52
strings: lcObj,
53
isRTL: locale.isRTL,
54
name: locale.name,
55
- nativeName: locale.nativeName
+ nativeName: locale.nativeName,
56
+ availability: locale.availability || 0
57
}).where('code', locale.code)
58
} else {
59
await WIKI.models.locales.query().insert({
60
code: locale.code,
61
62
63
64
65
66
})
67
}
68
importedLocales++
0 commit comments