bump *.ts files

This commit is contained in:
flameshikari
2024-07-20 18:20:30 +05:00
parent 19ffc021ee
commit ee9bf86e19
2 changed files with 15 additions and 3 deletions
+11 -3
View File
@@ -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);
+4
View File
@@ -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,