strongloop / strong-globalize

strong-globalize is built on Unicode CLDR and jquery/globalize and implements automatic extraction of strings from JS source code and HTML templates, lint the string resource, machine-translate them in seconds. In runtime, it loads locale and string resource into memory and provides a hook to persistent logging.
Other
25 stars 16 forks source link

Sort extracted and translated msges by keys #84

Closed Setogit closed 8 years ago

Setogit commented 8 years ago

connect to https://github.com/strongloop/strong-globalize/issues/74

Setogit commented 8 years ago

@bajtos @sam-github :PTAL

bajtos commented 8 years ago

Great stuff! I think there is a bug in the implementation, see my comment above.

Setogit commented 8 years ago

@bajtos PTAL

bajtos commented 8 years ago

LGTM, thank you for this fix! Please squash the commits before landing.