Skip to content

Commit

Permalink
Also require sorting of .pot files
Browse files Browse the repository at this point in the history
  • Loading branch information
rinkp committed May 29, 2023
1 parent b901f43 commit 12a3f9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ public/css/gewis-theme.css
public/css/gewis-theme.css.map
public/data/photo/
vendor/

# Language binaries are created during the docker build process or using 'make compilelang'
*.mo
2 changes: 2 additions & 0 deletions translate-helper
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ find ./module -iname "*.phtml" -print0 | sort -z | xargs -r0 xgettext \
--output=./module/Application/language/gewisdb.pot \
--force-po \
--no-location \
--sort-output \
--package-name=GEWISdb \
--package-version=`git describe --dirty --always` \
--copyright-holder=GEWIS \
Expand All @@ -19,6 +20,7 @@ find ./module -iname "*.php" -print0 | sort -z | xargs -r0 xgettext \
--output=./module/Application/language/gewisdb.pot \
--force-po \
--no-location \
--sort-output \
--package-name=GEWISdb \
--package-version=`git describe --dirty --always` \
--copyright-holder=GEWIS \
Expand Down

0 comments on commit 12a3f9e

Please sign in to comment.