-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimise translation / i18n for default language #18
Comments
I'm not sure we can assume the default string will always be English, unless we establish it as a requirement for module developers. |
tegud
pushed a commit
to tegud/Ghost
that referenced
this issue
Feb 24, 2014
ErisDS
referenced
this issue
in ErisDS/Ghost
Aug 16, 2014
refs #16, #17, #18, #19, #20, #21, TryGhost#3801 - This code was a prototype system built when Ghost was still a prototype. It was never fully implemented and hasn't actually worked for ages. - Now that the admin is in Ember, it's likely we'll need a very different system.
Closing in favour of #3801. The original plan we had for how to do this is defunct now and needs a new approach. |
ErisDS
pushed a commit
that referenced
this issue
Aug 28, 2014
closes #18 - Update grunt-contrib-watch to 0.6.0 - Add watch/dev task to Gruntfile - Add Ruby to README
ErisDS
pushed a commit
that referenced
this issue
Aug 30, 2014
closes #18 - Update grunt-contrib-watch to 0.6.0 - Add watch/dev task to Gruntfile - Add Ruby to README
ErisDS
pushed a commit
that referenced
this issue
Aug 30, 2014
closes #18 - Update grunt-contrib-watch to 0.6.0 - Add watch/dev task to Gruntfile - Add Ruby to README
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Strings marked for translation include the default string, which means there should be no requirement to load a set of translations and do a lookup.
Ensure that this optimisation is made in a smart way.
The text was updated successfully, but these errors were encountered: