ConLite/conlite/plugins/pluginmanager/docs/localize.txt
2020-02-19 21:58:47 +01:00

2 Zeilen
Kein EOL
241 B
Text

find . \( -path "./_module" -o -path "./_src" -o -path "./docs" \) -prune ! -type d -o -iname "*.php" -o -iname "*.html" > ./locale/potfiles.txt
xgettext --from-code=utf-8 --keyword=i18n -f ./locale/potfiles.txt -o ./locale/pluginmanager.pot