diff options
author | Chocobozzz <me@florianbigard.com> | 2021-03-09 11:34:46 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-03-09 11:34:46 +0100 |
commit | f45aa01a1b3723ec11ed175301c9f1981773dc2b (patch) | |
tree | 87c319f3bb13893d0798e3663e12050d16da00e4 /shared | |
parent | 01711d63c713f334a2331c054f46389d7b6d0753 (diff) | |
download | PeerTube-f45aa01a1b3723ec11ed175301c9f1981773dc2b.tar.gz PeerTube-f45aa01a1b3723ec11ed175301c9f1981773dc2b.tar.zst PeerTube-f45aa01a1b3723ec11ed175301c9f1981773dc2b.zip |
Support sq
Diffstat (limited to 'shared')
-rw-r--r-- | shared/core-utils/i18n/i18n.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shared/core-utils/i18n/i18n.ts b/shared/core-utils/i18n/i18n.ts index cc7621da8..a342cb3f8 100644 --- a/shared/core-utils/i18n/i18n.ts +++ b/shared/core-utils/i18n/i18n.ts | |||
@@ -26,7 +26,8 @@ export const I18N_LOCALES = { | |||
26 | 'pt-BR': 'Português (Brasil)', | 26 | 'pt-BR': 'Português (Brasil)', |
27 | 'pt-PT': 'Português (Portugal)', | 27 | 'pt-PT': 'Português (Portugal)', |
28 | 'ru-RU': 'русский', | 28 | 'ru-RU': 'русский', |
29 | 'sv-SE': 'svenska', | 29 | 'sq': 'Shqip', |
30 | 'sv-SE': 'Svenska', | ||
30 | 'th-TH': 'ไทย', | 31 | 'th-TH': 'ไทย', |
31 | 'vi-VN': 'Tiếng Việt', | 32 | 'vi-VN': 'Tiếng Việt', |
32 | 'zh-Hans-CN': '简体中文(中国)', | 33 | 'zh-Hans-CN': '简体中文(中国)', |