mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
8 lines
148 B
CoffeeScript
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
|