timeshift/makepot
Clement Lefebvre c6ffdc6b7d l10n: Update makepot
Go back to Launchpad for translations.

-> No PRs on po/ and the pot file.
-> makepot updates the pot file which is then uploaded to LP.
-> LP translations overwrite what's in po/
-> mo files are generated during the build.
2022-05-24 13:39:12 +01:00

7 lines
224 B
Plaintext
Executable File

find . -name "*.vala" > POTFILES
xgettext --language=C --keyword=_ --output=timeshift.pot --files-from=POTFILES --sort-output
xgettext --output=timeshift.pot --join-existing src/share/polkit-1/actions/*.policy
rm POTFILES