mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-21 13:09:41 +01:00
update translation tools
This commit is contained in:
parent
be0736031c
commit
9ebd32b93a
@ -43,5 +43,5 @@ foreach ($locales as $loc) {
|
|||||||
|
|
||||||
// Generate javascript.po
|
// Generate javascript.po
|
||||||
passthru("cd $locdir/LC_MESSAGES;
|
passthru("cd $locdir/LC_MESSAGES;
|
||||||
xgettext -d javascript -L Python --force-po --from-code utf-8 $join -c $(find ../../../../js/ -name \*.js)");
|
xgettext -d javascript -L Python --force-po --from-code utf-8 $join -c $(find ../../../../js/ ../../../../templates/ -name \*.js)");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user