mirror of
https://github.com/flameshikari/outline-ru.git
synced 2026-06-13 04:05:10 +03:00
bump *.ts files
This commit is contained in:
+11
-3
@@ -1,6 +1,10 @@
|
||||
// Note: Updating the available languages? Make sure to also update the
|
||||
// locales array in shared/utils/date.ts to enable translation for timestamps.
|
||||
export const languageOptions = [
|
||||
{
|
||||
label: "Русский (Russian)",
|
||||
value: "ru_RU",
|
||||
},
|
||||
{
|
||||
label: "English (US)",
|
||||
value: "en_US",
|
||||
@@ -45,6 +49,10 @@ export const languageOptions = [
|
||||
label: "Nederland (Dutch, Netherlands)",
|
||||
value: "nl_NL",
|
||||
},
|
||||
{
|
||||
label: "Norsk Bokmål (Norwegian)",
|
||||
value: "nb_NO",
|
||||
},
|
||||
{
|
||||
label: "Português (Portuguese, Brazil)",
|
||||
value: "pt_BR",
|
||||
@@ -62,8 +70,8 @@ export const languageOptions = [
|
||||
value: "fa_IR",
|
||||
},
|
||||
{
|
||||
label: "Русский (Russian)",
|
||||
value: "ru_RU",
|
||||
label: "Svenska (Swedish)",
|
||||
value: "sv_SE",
|
||||
},
|
||||
{
|
||||
label: "Türkçe (Turkish)",
|
||||
@@ -79,4 +87,4 @@ export const languageOptions = [
|
||||
},
|
||||
];
|
||||
|
||||
export const languages: string[] = languageOptions.map((i) => i.value);
|
||||
export const languages = languageOptions.map((i) => i.value);
|
||||
|
||||
@@ -18,11 +18,13 @@ import {
|
||||
it,
|
||||
ja,
|
||||
ko,
|
||||
nb,
|
||||
nl,
|
||||
ptBR,
|
||||
pt,
|
||||
pl,
|
||||
ru,
|
||||
sv,
|
||||
tr,
|
||||
vi,
|
||||
uk,
|
||||
@@ -169,11 +171,13 @@ const locales = {
|
||||
it_IT: it,
|
||||
ja_JP: ja,
|
||||
ko_KR: ko,
|
||||
nb_NO: nb,
|
||||
nl_NL: nl,
|
||||
pt_BR: ptBR,
|
||||
pt_PT: pt,
|
||||
pl_PL: pl,
|
||||
ru_RU: ru,
|
||||
sv_SE: sv,
|
||||
tr_TR: tr,
|
||||
uk_UA: uk,
|
||||
vi_VN: vi,
|
||||
|
||||
Reference in New Issue
Block a user