Files
b2b/taskfiles/i18n.yml
2026-03-10 09:02:57 +01:00

19 lines
597 B
YAML

version: "3"
tasks:
collect:
desc: Collect translation keys
aliases: [c]
cmds:
- cd i18n && go-extractor -input ../app -config config_i18n.yaml -save-db
- cd i18n && vue-extractor -input ../bo/src -config config_i18n.yaml -save-db
dump:
desc: Dump translations
aliases: [d]
cmds:
- cd i18n && go-extractor -input ../app -config config_i18n.yaml -dump ./migrations/20260302163157_translations_backend.sql
- cd i18n && vue-extractor -input ../bo/src -config config_i18n.yaml -dump ./migrations/20260302163152_translations_backoffice.sql