Skip to content

Commit 33cbe5e

Browse files
committed
fix(locales): fix missing locales, update them
1 parent c4e5c84 commit 33cbe5e

File tree

18 files changed

+3835
-1711
lines changed

18 files changed

+3835
-1711
lines changed

RoboFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ protected function isTagMatchesCurrentCommit($tag) {
210210

211211
public function localesExtract() {
212212
$potfile = strtolower("glpi.pot");
213-
$phpSources = "*.php ajax/*.php front/*.php inc/*.php install/*.php js/*.php";
213+
$phpSources = "*.php ajax/*.php front/*.php inc/*.php inc/fields/*.php install/*.php js/*.php";
214214
// extract locales from source code
215215
$command = "xgettext $phpSources -o locales/$potfile -L PHP --add-comments=TRANS --from-code=UTF-8 --force-po";
216216
$command.= " --keyword=_n:1,2,4t --keyword=__s:1,2t --keyword=__:1,2t --keyword=_e:1,2t --keyword=_x:1c,2,3t --keyword=_ex:1c,2,3t";

0 commit comments

Comments
 (0)