fix: add missing i18n entry
Fixes an indexing error a user gets when he tries to make the language of isso to `bg`
This commit is contained in:
parent
750bcd4829
commit
09b69feae9
@ -55,6 +55,7 @@ define(["app/config", "app/i18n/bg", "app/i18n/cs", "app/i18n/de",
|
|||||||
}
|
}
|
||||||
|
|
||||||
var catalogue = {
|
var catalogue = {
|
||||||
|
bg: bg,
|
||||||
cs: cs,
|
cs: cs,
|
||||||
de: de,
|
de: de,
|
||||||
el: el,
|
el: el,
|
||||||
|
Loading…
Reference in New Issue
Block a user