diff --git a/cookbook/locale/bg/LC_MESSAGES/django.mo b/cookbook/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 000000000..c32ef729b Binary files /dev/null and b/cookbook/locale/bg/LC_MESSAGES/django.mo differ diff --git a/cookbook/locale/da/LC_MESSAGES/django.mo b/cookbook/locale/da/LC_MESSAGES/django.mo new file mode 100644 index 000000000..6a41d0845 Binary files /dev/null and b/cookbook/locale/da/LC_MESSAGES/django.mo differ diff --git a/cookbook/locale/de/LC_MESSAGES/django.mo b/cookbook/locale/de/LC_MESSAGES/django.mo index 31540b401..ca69d9d23 100644 Binary files a/cookbook/locale/de/LC_MESSAGES/django.mo and b/cookbook/locale/de/LC_MESSAGES/django.mo differ diff --git a/cookbook/locale/en/LC_MESSAGES/django.mo b/cookbook/locale/en/LC_MESSAGES/django.mo index c105e6f5a..71cbdf3e9 100644 Binary files a/cookbook/locale/en/LC_MESSAGES/django.mo and b/cookbook/locale/en/LC_MESSAGES/django.mo differ diff --git a/cookbook/locale/es/LC_MESSAGES/django.mo b/cookbook/locale/es/LC_MESSAGES/django.mo index 816625711..22c5b5a5f 100644 Binary files a/cookbook/locale/es/LC_MESSAGES/django.mo and b/cookbook/locale/es/LC_MESSAGES/django.mo differ diff --git a/cookbook/locale/fi/LC_MESSAGES/django.mo b/cookbook/locale/fi/LC_MESSAGES/django.mo index b9be440da..e2dcd751f 100644 Binary files a/cookbook/locale/fi/LC_MESSAGES/django.mo and b/cookbook/locale/fi/LC_MESSAGES/django.mo differ diff --git a/cookbook/locale/lv/LC_MESSAGES/django.mo b/cookbook/locale/lv/LC_MESSAGES/django.mo index 549d42409..1c622548c 100644 Binary files a/cookbook/locale/lv/LC_MESSAGES/django.mo and b/cookbook/locale/lv/LC_MESSAGES/django.mo differ diff --git a/cookbook/locale/nl/LC_MESSAGES/django.mo b/cookbook/locale/nl/LC_MESSAGES/django.mo index 3e47112e8..1737ecb6f 100644 Binary files a/cookbook/locale/nl/LC_MESSAGES/django.mo and b/cookbook/locale/nl/LC_MESSAGES/django.mo differ diff --git a/cookbook/locale/pt/LC_MESSAGES/django.mo b/cookbook/locale/pt/LC_MESSAGES/django.mo index 29ea99108..b57ca7660 100644 Binary files a/cookbook/locale/pt/LC_MESSAGES/django.mo and b/cookbook/locale/pt/LC_MESSAGES/django.mo differ diff --git a/cookbook/locale/rn/LC_MESSAGES/django.mo b/cookbook/locale/rn/LC_MESSAGES/django.mo index e1b8647a2..195f68023 100644 Binary files a/cookbook/locale/rn/LC_MESSAGES/django.mo and b/cookbook/locale/rn/LC_MESSAGES/django.mo differ diff --git a/cookbook/locale/sv/LC_MESSAGES/django.mo b/cookbook/locale/sv/LC_MESSAGES/django.mo index 5cdadd541..78852a15a 100644 Binary files a/cookbook/locale/sv/LC_MESSAGES/django.mo and b/cookbook/locale/sv/LC_MESSAGES/django.mo differ diff --git a/cookbook/locale/tr/LC_MESSAGES/django.mo b/cookbook/locale/tr/LC_MESSAGES/django.mo index 5a707dffc..94cbafa57 100644 Binary files a/cookbook/locale/tr/LC_MESSAGES/django.mo and b/cookbook/locale/tr/LC_MESSAGES/django.mo differ diff --git a/cookbook/locale/zh_CN/LC_MESSAGES/django.mo b/cookbook/locale/zh_CN/LC_MESSAGES/django.mo index 21386ba1a..89dc7d481 100644 Binary files a/cookbook/locale/zh_CN/LC_MESSAGES/django.mo and b/cookbook/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/recipes/locale/de/LC_MESSAGES/django.mo b/recipes/locale/de/LC_MESSAGES/django.mo index 8e8d7cc58..24682470f 100644 Binary files a/recipes/locale/de/LC_MESSAGES/django.mo and b/recipes/locale/de/LC_MESSAGES/django.mo differ diff --git a/recipes/locale/en/LC_MESSAGES/django.mo b/recipes/locale/en/LC_MESSAGES/django.mo index c105e6f5a..71cbdf3e9 100644 Binary files a/recipes/locale/en/LC_MESSAGES/django.mo and b/recipes/locale/en/LC_MESSAGES/django.mo differ diff --git a/recipes/locale/hu_HU/LC_MESSAGES/django.mo b/recipes/locale/hu_HU/LC_MESSAGES/django.mo index 600222a28..6c5906d1c 100644 Binary files a/recipes/locale/hu_HU/LC_MESSAGES/django.mo and b/recipes/locale/hu_HU/LC_MESSAGES/django.mo differ diff --git a/recipes/locale/pt/LC_MESSAGES/django.mo b/recipes/locale/pt/LC_MESSAGES/django.mo index c105e6f5a..71cbdf3e9 100644 Binary files a/recipes/locale/pt/LC_MESSAGES/django.mo and b/recipes/locale/pt/LC_MESSAGES/django.mo differ diff --git a/recipes/locale/rn/LC_MESSAGES/django.mo b/recipes/locale/rn/LC_MESSAGES/django.mo index 600222a28..6c5906d1c 100644 Binary files a/recipes/locale/rn/LC_MESSAGES/django.mo and b/recipes/locale/rn/LC_MESSAGES/django.mo differ diff --git a/recipes/settings.py b/recipes/settings.py index 9df776b7b..f94fcee9e 100644 --- a/recipes/settings.py +++ b/recipes/settings.py @@ -366,8 +366,10 @@ USE_TZ = True LANGUAGES = [ ('hy', _('Armenian ')), + ('bg', _('Bulgarian')), ('ca', _('Catalan')), ('cs', _('Czech')), + ('da', _('Danish')), ('nl', _('Dutch')), ('en', _('English')), ('fr', _('French')),