chore(translations): fix wrong label for Serbian latin and cyrillic
This commit is contained in:
@@ -15,7 +15,7 @@ import polish from "./translations/pl-PL";
|
|||||||
import portuguese from "./translations/pt-BR";
|
import portuguese from "./translations/pt-BR";
|
||||||
import russian from "./translations/ru-RU";
|
import russian from "./translations/ru-RU";
|
||||||
import slovenian from "./translations/sl-SI";
|
import slovenian from "./translations/sl-SI";
|
||||||
import serbian from "./translations/sr-SP";
|
import serbianCyrillic from "./translations/sr-SP";
|
||||||
import swedish from "./translations/sv-SE";
|
import swedish from "./translations/sv-SE";
|
||||||
import thai from "./translations/th-TH";
|
import thai from "./translations/th-TH";
|
||||||
import ukrainian from "./translations/uk-UA";
|
import ukrainian from "./translations/uk-UA";
|
||||||
@@ -25,7 +25,7 @@ import turkish from "./translations/tr-TR";
|
|||||||
import czech from "./translations/cs-CZ";
|
import czech from "./translations/cs-CZ";
|
||||||
import viatnamese from "./translations/vi-VN";
|
import viatnamese from "./translations/vi-VN";
|
||||||
import bulgarian from "./translations/bg-BG";
|
import bulgarian from "./translations/bg-BG";
|
||||||
import serbianCyrillic from "./translations/sr-CS";
|
import serbianLatin from "./translations/sr-CS";
|
||||||
|
|
||||||
export const LOCALES = {
|
export const LOCALES = {
|
||||||
ENGLISH: {
|
ENGLISH: {
|
||||||
@@ -89,9 +89,14 @@ export const LOCALES = {
|
|||||||
messages: thai,
|
messages: thai,
|
||||||
},
|
},
|
||||||
SERBIAN: {
|
SERBIAN: {
|
||||||
name: "Srpski",
|
name: "Српски",
|
||||||
code: "sr-SP",
|
code: "sr-SP",
|
||||||
messages: serbian,
|
messages: serbianCyrillic,
|
||||||
|
},
|
||||||
|
SERBIAN_LATIN: {
|
||||||
|
name: "Srpski",
|
||||||
|
code: "sr-CS",
|
||||||
|
messages: serbianLatin,
|
||||||
},
|
},
|
||||||
DUTCH: {
|
DUTCH: {
|
||||||
name: "Nederlands",
|
name: "Nederlands",
|
||||||
@@ -163,9 +168,4 @@ export const LOCALES = {
|
|||||||
code: "bg-BG",
|
code: "bg-BG",
|
||||||
messages: bulgarian,
|
messages: bulgarian,
|
||||||
},
|
},
|
||||||
SERBIAN_CYRILLIC: {
|
|
||||||
name: "Српски",
|
|
||||||
code: "sr-CS",
|
|
||||||
messages: serbianCyrillic,
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user