mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
don't touch node_modules. that's mostly an internal commit, but teh public shouldn't mind
This commit is contained in:
parent
7d01450901
commit
5fde4acf17
@ -42,6 +42,7 @@ foreach ($locales as $loc) {
|
||||
xgettext -d tinyboard -L php --from-code utf-8 $join -c $(find ../../../../ -name \*.php)");
|
||||
|
||||
// Generate javascript.po
|
||||
passthru("cd $locdir/LC_MESSAGES;
|
||||
xgettext -d javascript -L Python --force-po --from-code utf-8 $join -c $(find ../../../../js/ ../../../../templates/ -name \*.js)");
|
||||
passthru("cd $locdir/LC_MESSAGES;".
|
||||
"xgettext -d javascript -L Python --force-po --from-code utf-8 $join -c ".
|
||||
"$(find ../../../../js/ ../../../../templates/ -not -path \*node_modules\* -name \*.js)");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user