Cropster / ember-l10n

A GNU gettext based localization workflow for Ember
MIT License
15 stars 7 forks source link

Languages without plural forms show fallback (english) #20

Closed arm1n closed 6 years ago

arm1n commented 6 years ago

Assuming a gettext plural definition like nplurals=1, plural=0 (like for Korean or Chinese), the gettext.js library is using the fallback language. Maybe we should drop the dependency (as it's forked anyway).