mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
7 lines
148 B
CoffeeScript
7 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
|