1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

i18n: Singhalese added

This commit is contained in:
nobody
2021-02-28 18:33:36 +01:00
parent c030fc57ee
commit ca187f2876
2 changed files with 2 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ helpers.languageIsFullySupported = function (language) {
supportedLanguages = [
'ar', 'bg', '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', 'sr', 'sv', 'tl',
'nb_NO', 'nl', 'pl', 'pt', 'pt_BR', 'pt_PT', 'ro', 'ru', 'sk', 'si', 'sr', 'sv', 'tl',
'tr', 'zh_Hans', 'zh_Hant'
];