We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e55ad1 commit 4527fb0Copy full SHA for 4527fb0
tools/update-locales.php
@@ -33,7 +33,7 @@ function glob_recursive($pattern, $flags = 0) {
33
putenv("LANG=C");
34
log_and_exec("xgettext $source_files -D $dir -o $dir/locales/singlesignon.pot" .
35
" -L PHP --add-comments=TRANS --from-code=UTF-8 --force-po --keyword=__sso" .
36
- " --package-name=singlesignon --package-version=" . PLUGIN_SINGLESIGNON_VERSION .
+ " --package-name=singlesignon --package-version=" . PLUGIN_SINGLESIGNON_VERSION .
37
" --msgid-bugs-address=https://github.com/edgardmessias/glpi-singlesignon/issues");
38
39
// Replace some KEYWORDS
0 commit comments