habitica/archive/derby_controllers/i18n.coffee

8 lines
148 B
CoffeeScript
Raw Normal View History

2013-03-23 20:03:12 +00:00
i18n = require 'derby-i18n'
i18n.plurals.add 'he', (n) -> n
2013-04-24 19:58:32 +00:00
i18n.plurals.add 'bg', (n) -> n
i18n.plurals.add 'nl', (n) -> n
2013-03-23 20:03:12 +00:00
module.exports = i18n