Added i18n: Slovenian

This commit is contained in:
nobody 2021-10-13 17:48:23 +02:00
parent 1de9db5452
commit 9a4754ee8c
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
2 changed files with 47 additions and 4 deletions

View File

@ -75,10 +75,52 @@ helpers.languageIsFullySupported = function (language) {
languageSupported = false;
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', 'sco', 'sk', 'si', 'sr', 'sv', 'tl',
'tr', 'uk', 'zh_Hans', 'zh_Hant'
'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',
'ml',
'nb_NO',
'nl',
'pl',
'pt',
'pt_BR',
'pt_PT',
'ro',
'ru',
'sco',
'si',
'sk',
'sl',
'sr',
'sv',
'tl',
'tr',
'uk',
'zh_Hans',
'zh_Hant'
];
for (let supportedLanguage of supportedLanguages) {

View File

@ -58,6 +58,7 @@
<p>Added</p>
<ul>
<li>More MathJax v2.7.5 files added (<a href="https://codeberg.org/nobody/LocalCDN/issues/708">#708</a>)</li>
<li>i18n: Slovenian</li>
</ul>
<p>Fixed</p>
<ul>