-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
We should start globalizing all string messages used in loopback-next to allow localization. IMO, we should be extracting strings from the original TypeScript sources, not from the transpiled result.
Things to investigate - must have
-
Extract strings from TypeScript sources strongloop/strong-globalize#113: how to extract strings from TypeScript
-
Add TypeScript bindings strongloop/strong-globalize#114: type definitions for strong-globalize API
-
how to setup strong-globalize in lerna monorepo - we need to run strong-globalize locally in each package
Should have
- Support template literals strongloop/strong-globalize#112: extend strong-globalize to support template literals via tagged template literals
taoyuan