6 lines
84 B
CoffeeScript
6 lines
84 B
CoffeeScript
i18n = require 'derby-i18n'
|
|
|
|
i18n.plurals.add 'he', (n) -> n
|
|
|
|
module.exports = i18n
|