chore(translations): add Serbian Cyrillic language files

This commit is contained in:
Elias Schneider
2024-10-23 14:10:29 +02:00
parent 37839e6b18
commit 546d2c1ce4
2 changed files with 678 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ import turkish from "./translations/tr-TR";
import czech from "./translations/cs-CZ";
import viatnamese from "./translations/vi-VN";
import bulgarian from "./translations/bg-BG";
import serbianCyrillic from "./translations/sr-CS";
export const LOCALES = {
ENGLISH: {
@@ -162,4 +163,9 @@ export const LOCALES = {
code: "bg-BG",
messages: bulgarian,
},
SERBIAN_CYRILLIC: {
name: "Српски",
code: "sr-CS",
messages: serbianCyrillic,
},
};