chore: Add bulgarian (bg) language (#12189)
Add bg to supported langauges
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user