This repo contains the German language files for the State of JS/CSS/etc. Surveys, which serve as a base to translate all the other languages. You can view a list of all the locales repos here.
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.
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: "de-DE") {
completion
totalCount
translatedCount
translators
untranslatedKeys
}
}
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
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
These strings appear in both.
common.yml
state_of_css.yml
state_of_js.yml
homepage.yml
It's recommended you join the translation team for the language you want to translate. In our case it is de-DE.
There is currently no easy way to see your strings in context while developing locally. We are working on it.
Join our Discord.