Adding Bulgarian translations to the admin dashboard. (#11565)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import {
|
||||
de,
|
||||
bg,
|
||||
enUS,
|
||||
es,
|
||||
fr,
|
||||
@@ -23,6 +24,12 @@ import {
|
||||
import { Language } from "./types"
|
||||
|
||||
export const languages: Language[] = [
|
||||
{
|
||||
code: "bg",
|
||||
display_name: "Български",
|
||||
ltr: true,
|
||||
date_locale: bg,
|
||||
},
|
||||
{
|
||||
code: "en",
|
||||
display_name: "English",
|
||||
|
||||
2983
packages/admin/dashboard/src/i18n/translations/bg.json
Normal file
2983
packages/admin/dashboard/src/i18n/translations/bg.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,4 @@
|
||||
import bg from "./bg.json"
|
||||
import de from "./de.json"
|
||||
import el from "./el.json"
|
||||
import en from "./en.json"
|
||||
@@ -20,6 +21,9 @@ import cs from "./cs.json"
|
||||
import ru from "./ru.json"
|
||||
|
||||
export default {
|
||||
bg: {
|
||||
translation: bg,
|
||||
},
|
||||
de: {
|
||||
translation: de,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user