state-of-js-graphql-results-api icon indicating copy to clipboard operation
state-of-js-graphql-results-api copied to clipboard

Spanish Translations

Open Arkalex opened this issue 4 years ago • 11 comments

I wanted to start translating it, so following our fellow japanese friends, i'll follow their style to organize it!

As far as I checked, some files already have partial translations.

If you want to contribute Spanish translation, please let us know here!

  • [x] accounts.yml : Done by @sk8Guerra !
  • [x] common.yml : Done by @sk8Guerra !
  • [ ] homepage.yml : TODO by
  • [x] results.yml : Done by @sk8Guerra !
  • [ ] state_of_css_2020.yml: TODO by
  • [ ] state_of_css.yml: TODO by
  • [x] state_of_js_2020_survey.yml : Done by @Arkalex !
  • [x] state_of_js_2020.yml : Done by @Arkalex !
  • [ ] state_of_js.yml: TODO by
  • [x] surveys.yml: Done by @Arkalex !

Arkalex avatar Jan 13 '21 12:01 Arkalex

I want to help! I can translate to Spanish. 🇬🇹

sk8Guerra avatar Jan 15 '21 17:01 sk8Guerra

@sk8Guerra nice! Choose a file and let's do it ;)

Arkalex avatar Jan 15 '21 18:01 Arkalex

@Arkalex, I do not know how long each file is, but maybe accounts and common. But where are the instructions to, you know, fork, translate, push... I just don't know where to start.

sk8Guerra avatar Jan 16 '21 01:01 sk8Guerra

I guess it here: https://github.com/StateOfJS/state-of-js-graphql-results-api/issues/50

sk8Guerra avatar Jan 16 '21 04:01 sk8Guerra

@sk8Guerra as far as I know, just fork repo, do your changes and do the PR, if you have any doubt, feel free to ask :)

Arkalex avatar Jan 16 '21 15:01 Arkalex

I used this query:

query GetLocaleData {
  locale(localeId: "es-ES") {
    completion
    totalCount
    translatedCount
    translators
    untranslatedKeys
  }
}

to know which translations are missing. Turns out that, there are 5 general.* remaining tags. So I'll translate them and make the PR. Then I'll continue with rest. What branch do I make the pull request to?

sk8Guerra avatar Jan 16 '21 16:01 sk8Guerra

@sk8Guerra you can make the PR to the master branch.

SachaG avatar Jan 17 '21 01:01 SachaG

@Arkalex according to me, accounts.yml is completely translated. I've finished translations of common.yml. The PR is waiting to be accepted. Maybe can I take results.yml?

sk8Guerra avatar Jan 17 '21 18:01 sk8Guerra

@sk8Guerra of course! You can take any other file if you want :)

Arkalex avatar Jan 17 '21 18:01 Arkalex

As far as I know, accounts.yml, and common.yml should already be done. Just PR for results.yml is waiting to be accepted. 😃

sk8Guerra avatar Jan 18 '21 23:01 sk8Guerra

Cool @sk8Guerra , I just updated the main post 😁

Arkalex avatar Jan 19 '21 15:01 Arkalex