chore(translations): add Bulgarian language files
This commit is contained in:
@@ -24,6 +24,7 @@ import chineseTraditional from "./translations/zh-TW";
|
||||
import turkish from "./translations/tr-TR";
|
||||
import czech from "./translations/cs-CZ";
|
||||
import viatnamese from "./translations/vi-VN";
|
||||
import bulgarian from "./translations/bg-BG";
|
||||
|
||||
export const LOCALES = {
|
||||
ENGLISH: {
|
||||
@@ -156,4 +157,9 @@ export const LOCALES = {
|
||||
code: "vi-VN",
|
||||
messages: viatnamese,
|
||||
},
|
||||
BULGARIAN: {
|
||||
name: "Български",
|
||||
code: "bg-BG",
|
||||
messages: bulgarian,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user