Gradience/po/update_potfile.sh
ArtyIF f4f4579476 Added partial localization support
Gotta figure out how to localize the settings schema
2022-07-25 17:35:40 +03:00

3 lines
No EOL
184 B
Bash
Executable file

#!/bin/bash
po_dir=$(dirname "$(realpath "$0")")
xgettext -f "$po_dir"/POTFILES -o "$po_dir"/AdwCustomizer.pot --add-comments=Translators --keyword=_ --keyword=C_1c,2 --from-code=UTF-8