Merge pull request #859 from scroll/translations
Add Bulgarian Translations.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
i18n = require 'derby-i18n'
|
||||
|
||||
i18n.plurals.add 'he', (n) -> n
|
||||
i18n.plurals.add 'bg', (n) -> n
|
||||
|
||||
module.exports = i18n
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user