From 09b69feae91a89f9e56f63ee77812174f7a4c495 Mon Sep 17 00:00:00 2001 From: ivegotasthma Date: Sat, 17 Dec 2016 22:42:07 +0100 Subject: [PATCH] fix: add missing i18n entry Fixes an indexing error a user gets when he tries to make the language of isso to `bg` --- isso/js/app/i18n.js | 1 + 1 file changed, 1 insertion(+) diff --git a/isso/js/app/i18n.js b/isso/js/app/i18n.js index 98141f6..43a5f52 100644 --- a/isso/js/app/i18n.js +++ b/isso/js/app/i18n.js @@ -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,