👷(project) rename i18n-back to i18n-crowdin

Rename i18n-back to i18n-crowdin.
Change the job to use the 'age' env.
This commit is contained in:
Anthony LC
2024-04-03 12:44:57 +02:00
committed by Anthony LC
parent 8afc003004
commit d19c7f7fd8
2 changed files with 30 additions and 6 deletions

View File

@@ -17,12 +17,12 @@ preserve_hierarchy: true
files: [
{
source : "/backend/locale/django.pot",
dest: "/backend.pot",
dest: "/backend-impress.pot",
translation : "/backend/locale/%locale_with_underscore%/LC_MESSAGES/django.po"
},
{
source: "/frontend/packages/i18n/locales/impress/translations-crowdin.json",
dest: "/impress.json",
dest: "/frontend-impress.json",
translation: "/frontend/packages/i18n/locales/impress/%two_letters_code%/translations.json",
skip_untranslated_strings: true,
},