Skip to content
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

Allow for translators to translate content from the database #369

Closed
alexlittle opened this issue Apr 11, 2016 · 1 comment
Closed

Allow for translators to translate content from the database #369

alexlittle opened this issue Apr 11, 2016 · 1 comment

Comments

@alexlittle
Copy link
Member

alexlittle commented Apr 11, 2016

So these can reflect the interface lang the user is viewing in.
Two potential options (may be more):

  1. Store the translations in the tag/category property ( eg name/value: "lang:es"/"espanol")
  2. In the tag/category title use a json object, eg: {"en": "Spanish", "es": "Espanol"}
@alexlittle
Copy link
Member Author

The function for my initial comments above are already implemented. So the question now is how we get the string for translation out/in to the db when we're passing over to the translators - assume we need some export/import method/process. Similarly for new tags etc that get added after the initial translation, we'll need to be able to pick up what has/hasn't already been translated.

@bennylope bennylope changed the title Allow adding of translations for tags and categories Allow for translators to translate content from the database Aug 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant