Skip to content

Commit

Permalink
Fixed coding standard
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Apr 29, 2019
1 parent 9e55ad1 commit 4527fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update-locales.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function glob_recursive($pattern, $flags = 0) {
putenv("LANG=C");
log_and_exec("xgettext $source_files -D $dir -o $dir/locales/singlesignon.pot" .
" -L PHP --add-comments=TRANS --from-code=UTF-8 --force-po --keyword=__sso" .
" --package-name=singlesignon --package-version=" . PLUGIN_SINGLESIGNON_VERSION .
" --package-name=singlesignon --package-version=" . PLUGIN_SINGLESIGNON_VERSION .
" --msgid-bugs-address=https://github.com/edgardmessias/glpi-singlesignon/issues");

// Replace some KEYWORDS
Expand Down

0 comments on commit 4527fb0

Please sign in to comment.