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:
ivegotasthma 2016-12-17 22:42:07 +01:00 committed by GitHub
parent 750bcd4829
commit 09b69feae9

View File

@ -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,