fix: add missing i18n entry

Fixes an indexing error a user gets when he tries to make the language of isso to `bg`
pull/291/head
ivegotasthma 8 years ago committed by GitHub
parent 750bcd4829
commit 09b69feae9

@ -55,6 +55,7 @@ define(["app/config", "app/i18n/bg", "app/i18n/cs", "app/i18n/de",
}
var catalogue = {
bg: bg,
cs: cs,
de: de,
el: el,

Loading…
Cancel
Save