Changeset 1977:0e8863856b51 for build-tools/po_update.sh
- Timestamp:
- 09/21/13 18:37:27 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build-tools/po_update.sh
r1962 r1977 37 37 userPref 38 38 widgets 39 _fake_plugin 39 40 " 40 41 … … 113 114 echo "Building plugins PO template..." 114 115 for p in $PLUGINS; do 115 find ./plugins/$p -name '*.php' -print 116 if [ -d plugins/$p ]; then 117 find ./plugins/$p -name '*.php' -print 118 fi 116 119 done | \ 117 120 extract_strings \
Note: See TracChangeset
for help on using the changeset viewer.