a11y-style-guide icon indicating copy to clipboard operation
a11y-style-guide copied to clipboard

Translations to other languages

Open brunopulis opened this issue 7 years ago • 9 comments

It would be interesting to translate the guide into other languages, what do you think of the idea? I plan to translate to PT-BR

brunopulis avatar May 25 '17 18:05 brunopulis

ooh i like that idea! we could add a language switcher in the header somewhere to easily toggle the language. unfortunately, i took mostly Latin so i wouldn't be much help on the actual translation side :)

cehfisher avatar May 25 '17 18:05 cehfisher

@cehfisher Maybe this library can help i18next

brunopulis avatar May 25 '17 19:05 brunopulis

Would love to help out translating this into German. 😃

MarcoHengstenberg avatar Dec 01 '17 10:12 MarcoHengstenberg

When the tools for the translation work are in place, I'm willing to translate this into Finnish. I suppose the most used way is to use simple JSON-translation files to populate the fields in the templates.

Example here: https://github.com/transloadit/uppy/blob/master/src/locales/en_US.js

luntta avatar Jan 17 '18 12:01 luntta

@raineluntta I have wanted to do this for awhile, but not sure which method to use. could you elaborate a bit on how you use uppy or some other translation method?

cehfisher avatar Jan 17 '18 15:01 cehfisher

@cehfisher I just read into the KSS docs, and it seems like KSS is not supporting translations currently. I submitted an issue to the KSS team (kneath/kss#130). I'm waiting for an answer from their side to see if there's any possibilities here. I'm not sure its a good practice to go against the KSS methodology to provide translations in this single project. I would like to see KSS to support them somehow.

luntta avatar Jan 18 '18 09:01 luntta

that is what I was seeing too in my research, but trying to figure out a way around this issue :( (also might want to submit the same type of ticket here: https://github.com/kss-node/kss-node/issues since that is the version we are running)

so what about this idea...can we just duplicate the english version, put it in a new language folder (ex. a11y-style-guide.com/style-guide/fr) and translate that. It would be a bit redundant, but maybe a good workaround until language support is added into KSS node? what pros/cons do you see for that?

cehfisher avatar Jan 18 '18 14:01 cehfisher

i could help with the french version :).

@cehfisher : so what about this idea...can we just duplicate the english version, put it in a new language folder (ex. a11y-style-guide.com/style-guide/fr) and translate that. what pros/cons do you see for that?

Pros :

  • it's easy
  • No extra tools needed

Cons :

  • It's hard to keep the translations up-to-date if there's a lot of modifications going on on the main version. But I think we could do something like on that project (https://github.com/ContributorCovenant/contributor_covenant).

What do you think?

dannycolin avatar Aug 14 '18 20:08 dannycolin

I can help with the Spanish version (and hopefully get it installed one day - not working for me)

HecOsborneRod avatar Oct 10 '18 18:10 HecOsborneRod