LSlang: add "--no-location" to xgettext

This commit is contained in:
Emmanuel Saracco 2022-06-14 16:10:02 +02:00
parent 38d5fd5094
commit c657e318dd
4 changed files with 2 additions and 1293 deletions

View file

@ -1071,6 +1071,7 @@ function cli_generate_ldapsaisie_pot($command_args) {
$result = LScli :: run_external_command(
array(
"xgettext",
"--no-location",
"--from-code utf-8",
"--language=PHP",
"-o", LS_I18N_DIR_PATH."/ldapsaisie-main.pot", // Output

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff