* chore: Add replexica for AI i18n * Add write permission * moved i18n to repo root * Added checkout to i18n job * Added contents:read * Added actions: write for testing * Updated contents: write * feat: add missing translations * Checking out the i18n files from PR head sha * Added the rest of the languages * Added i18n to list of required checks * Added a comment explaining the custom common.json checkout * Commented out languages to not crush Replexica usage * Add a fetch-depth: 2 * Supporting fetch of external fork branch * Put back the dynamic sha * Added a check for null so this can run manually and not just on PRs * Removed comments * feat: update translations * Reverted de and fr to re-run with new settings * feat: update translations * Reverted de and fr to re-run with new settings * feat: update translations * Removed crowdin * Limited languages to major ones for 1st pass * feat: update translations * Fixing es test * Reverted yarn.lock changes --------- Co-authored-by: Replexica <support@replexica.com>
28 lines
376 B
JSON
28 lines
376 B
JSON
{
|
|
"version": 1.2,
|
|
"locale": {
|
|
"source": "en",
|
|
"targets": [
|
|
"de",
|
|
"cs",
|
|
"es",
|
|
"es-419",
|
|
"fr",
|
|
"he",
|
|
"it",
|
|
"nl",
|
|
"ru",
|
|
"pl",
|
|
"pt",
|
|
"pt-BR",
|
|
"zh-CN"
|
|
]
|
|
},
|
|
"buckets": {
|
|
"json": {
|
|
"include": [
|
|
"apps/web/public/static/locales/[locale]/common.json"
|
|
]
|
|
}
|
|
}
|
|
} |