initial commit. Cloned timetracker repository

This commit is contained in:
Daniel Goc
2026-03-10 09:02:57 +01:00
commit f2952bcef0
189 changed files with 21334 additions and 0 deletions

19
taskfiles/i18n.yml Normal file
View File

@@ -0,0 +1,19 @@
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