i18n-node-2
i18n-node-2 copied to clipboard
Added support for translate() fallback to default locale key/value
Added support for translate() fallback to default locale key/value if requested locale file don't have the requested key/value.
Well, if you use a german locale, maybe getting an english value when the key is not found is not what users want.
The alternative is just to see the key (that probably also is in english) if the translation is missing for that country... If you use variables in your translations this can get messy. By enabling the fallback to the default country it would be possible to deploy some translations before all the translations are complete, this is useful for large projects.
Okay this makes some sense
Please commit to :
- Fix indentation
- Push version
- Add a note on the changelog
- Add an option (different from devMode that is mostly for debugging)
fallbackToDefaultdefaulting to false - Add some doc on that option
@torvalde @gjuchault is this still active? I am looking exactly for this.
@sceee I'm not an active maintainer this days, and I can't merge a branch with conflicts / not ready. You're free to create another clean pull-request with the same changes if you want.