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

Add I18n support #17

Open
TheJaredWilcurt opened this issue Jun 22, 2017 · 6 comments
Open

Add I18n support #17

TheJaredWilcurt opened this issue Jun 22, 2017 · 6 comments

Comments

@TheJaredWilcurt
Copy link
Member

Setup the ability to switch languages and let people contribute translations.

see: scout-app.io

@gusbemacbe
Copy link

Hi, I am a freelance translator since 11 years old. I have already translated an app in 9 languages and revised more than other 3 languages (Georgian and Greek).

I use Angular, PHP and JSON to translate quickly the sites into 9 languages and still studying Georgian and Greek to translate. I have already built my client's site in PHP and translated quickly, using PHP, into 9 languages.

@TheJaredWilcurt
Copy link
Member Author

@gusbemacbe

I've set up a Google Sheet for translation. I may still need to add some keys/text to it for translation. But it's a start.

@TheJaredWilcurt TheJaredWilcurt added this to Groomed in Koa11y 3 Board Aug 24, 2017
@TheJaredWilcurt
Copy link
Member Author

Work that needs to be done for this feature:

  1. Update all strings and add any new keywords to the Google Sheet.
  2. Google translate all keys for at least one language so we can test switching between English and it. Feel free to steal any relevant translations from Scout-App.
  3. Create a cultures.js Node script that automates downloading a CSV version of the Google Sheet and converts it over to the JSON dictionary the app needs. (See Scout-App's cultures.js).
  4. Add the above script to the package.json scripts section as cultures. So we can just run npm run cultures to update the dictionary file with the latest translations.
  5. Update the dictionary.json using the automated script to have at least two translations.
  6. Implement the vue-i18n library and hook up the dictionary. See this example.
  7. Replace all strings of text with their keywords using vue-i18n.

@TheJaredWilcurt TheJaredWilcurt added this to Groomed in Koa11y 4 Board Oct 27, 2017
@TheJaredWilcurt TheJaredWilcurt moved this from Groomed to Moved to v4 in Koa11y 3 Board Oct 27, 2017
@DanielRuf
Copy link

We could use Transifex or another service and provide po/pot files.

@TheJaredWilcurt
Copy link
Member Author

@DanielRuf

I've looked into them (and others) previously. It's a good system, however the process to get open source status took too much effort and ultimately it just adds hurdles in the way of people that would volunteer to translate. Scout-App has been translated to 26 languages and I think it's because of the ease of access to being able to just do the translations in Google Sheets with as few barriers to entry as possible.

The downside is that each language only has one version of a string, meaning the translator has to make decisions about edge cases in their language. But I've never gotten any complaints about that before.

For now, I'd prefer to just use Google Sheets and a Node script to automate machine translations and converting to usable JSON for vue-i18n.

@DanielRuf
Copy link

True. Is there a translation template which can be used?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Koa11y 3 Board
Moved to v4
Development

No branches or pull requests

3 participants