1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-17 04:10:53 +01:00

Added i18n: Scots

This commit is contained in:
nobody 2021-06-27 07:45:04 +02:00
parent 53e14e57fb
commit 5c69322a5b
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A

View File

@ -77,7 +77,7 @@ helpers.languageIsFullySupported = function (language) {
supportedLanguages = [
'ar', 'bg', 'ca', 'cs', 'da', 'de', 'el', 'en', 'en_CA', 'en_US', 'eo', 'es', 'et', 'fi',
'fr', 'he', 'hr', 'hu', 'id', 'is', 'it', 'ja', 'kn', 'ko', 'lb', 'lt',
'nb_NO', 'nl', 'pl', 'pt', 'pt_BR', 'pt_PT', 'ro', 'ru', 'sk', 'si', 'sr', 'sv', 'tl',
'nb_NO', 'nl', 'pl', 'pt', 'pt_BR', 'pt_PT', 'ro', 'ru', 'sco', 'sk', 'si', 'sr', 'sv', 'tl',
'tr', 'uk', 'zh_Hans', 'zh_Hant'
];