chore: Add bulgarian (bg) language (#12189)

Add bg to supported langauges
This commit is contained in:
Pranav
2025-08-13 10:23:25 -07:00
committed by GitHub
parent 6b42ff8d39
commit 14471cc20c
4 changed files with 8 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
import ar from './locale/ar';
import bg from './locale/bg';
import ca from './locale/ca';
import cs from './locale/cs';
import da from './locale/da';
@@ -40,6 +41,7 @@ import lt from './locale/lt';
export default {
ar,
bg,
ca,
cs,
da,

View File

@@ -1,4 +1,5 @@
import ar from './locale/ar.json';
import bg from './locale/bg.json';
import ca from './locale/ca.json';
import cs from './locale/cs.json';
import da from './locale/da.json';
@@ -40,6 +41,7 @@ import zh_TW from './locale/zh_TW.json';
export default {
ar,
bg,
ca,
cs,
da,

View File

@@ -1,4 +1,5 @@
import ar from './locale/ar.json';
import bg from './locale/bg.json';
import ca from './locale/ca.json';
import cs from './locale/cs.json';
import da from './locale/da.json';
@@ -40,6 +41,7 @@ import zh_TW from './locale/zh_TW.json';
export default {
ar,
bg,
ca,
cs,
da,