mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
6 lines
84 B
CoffeeScript
6 lines
84 B
CoffeeScript
|
|
i18n = require 'derby-i18n'
|
||
|
|
|
||
|
|
i18n.plurals.add 'he', (n) -> n
|
||
|
|
|
||
|
|
module.exports = i18n
|