Bulgarian language support (#5786)

Bulgarian language support for the Admin dashboard
This commit is contained in:
Edi
2023-12-18 12:49:04 +02:00
committed by GitHub
parent c444b036f7
commit 9c71c1d864
2 changed files with 2015 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -66,6 +66,10 @@ export const supportedLanguages = [
locale: "ru",
name: "Русский"
},
{
locale: "bg",
name: "Български",
},
{
locale: "ko",
name: "한국어"