Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleGenerate translation for plugins (replace parts like *pluginname*))
cd setup
find . -iname "*.php" -o -iname "*.html" -o -iname "*.xml" -o -iname "*.tpl" > ./plugins/*pluginname*/potfiles.txt
xgettext --from-code=utf-8 --keyword=i18n --output=./plugins/*pluginname*/locale/setup.pot --files-from=./plugins/*pluginname*/locale/potfiles.txt

...