Merge pull request #859 from scroll/translations

Add Bulgarian Translations.
This commit is contained in:
Daniel Saewitz
2013-04-26 08:59:13 -07:00
3 changed files with 117 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
i18n = require 'derby-i18n'
i18n.plurals.add 'he', (n) -> n
i18n.plurals.add 'bg', (n) -> n
module.exports = i18n
+1 -1
View File
@@ -9,7 +9,7 @@ derby.use require 'derby-auth/components'
# Translations
i18n = require './i18n'
i18n.localize app,
availableLocales: ['en', 'he']
availableLocales: ['en', 'he', 'bg']
defaultLocale: 'en'
helpers = require './helpers'