Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Translations #50

@SachaG

Description

@SachaG

Update: see readme here


This thread will contain all info related to translating the State of CSS and State of JS surveys going forward.

Getting Started

The YAML files to translate live in this current repo, which contains our API:

IMPORTANT: also check that there aren't any existing PRs for the language you want to translate first!

Getting Credit

Every translator will be credited on any site that makes use of the translations, starting with the survey-taking app. You can add your name here if it's not already there.

Translation API

You can get extra data such as the completion percentage for a locale or the untranslated strings via our API, available at:

Here is a sample query:

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

Translation Files

Surveys App

These strings are related to the app that you use to fill out the actual survey.

  • surveys.yml
  • accounts.yml
  • state_of_js_2020_survey.yml

Results App

These strings only appear in the static site that displays the survey results and stats.

  • results.yml
  • state_of_css_2020.yml
  • state_of_js_2020.yml

Both

These strings appear in both.

  • common.yml
  • state_of_css.yml
  • state_of_js.yml

Other

  • homepage.yml

Joining Translation Teams

It's recommended you join the translation team for the language you want to translate.

Previous Translations

You may also want to take a look at previous year's translations if that helps:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions