Commit 0ced8c68 authored by Jonathan Swaelens's avatar Jonathan Swaelens
Browse files

:sparkles: feat(gitlab-ci) Add fusiondirectory-update-locale in gitlab-ci

fusiondirectory-update-locale will check the translation

close #5717
Showing with 9 additions and 0 deletions
+9 -0
...@@ -37,3 +37,12 @@ create_php_lint_rapport: ...@@ -37,3 +37,12 @@ create_php_lint_rapport:
- tags - tags
script: script:
- find . -type f -name '*.php' -o -name '*.inc' -print0 | xargs -0 -n1 php -l - find . -type f -name '*.php' -o -name '*.inc' -print0 | xargs -0 -n1 php -l
# fusiondirectory-update-locale
fusiondirectory-update-locale:
only:
- branches
- tags
script:
- git clone https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools
- ../dev-tools/locale-scripts/fusiondirectory-update-locale
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment