Files
habitica/archive/derby_controllers/i18n.coffee
Tyler Renelle 20ea60cc33 rewrite2 add litenull's branch in so i an remove things as they're
merged. move derby stuff to archive/. update readme
2013-08-26 19:09:03 -04:00

8 lines
148 B
CoffeeScript

i18n = require 'derby-i18n'
i18n.plurals.add 'he', (n) -> n
i18n.plurals.add 'bg', (n) -> n
i18n.plurals.add 'nl', (n) -> n
module.exports = i18n