Closed ghost closed 1 year ago
Can you share the command used to generate the POT file?
One line
xgettext --files-from=po/POTFILES --output=po/io.github.diegopvlk.Dosage.pot --package-name=io.github.diegopvlk.Dosage --from-code=UTF-8 --add-comments --keyword=_ --keyword=C_:1c,2
Readable
xgettext \
--files-from=po/POTFILES \
--output=po/io.github.diegopvlk.Dosage.pot \
--package-name=io.github.diegopvlk.Dosage \
--from-code=UTF-8 \
--add-comments \
--keyword=_ \
--keyword=C_:1c,2
Oh, nice. I was using --language=javascript since xgettext doesn't recognize blueprint but this is way better, thanks!
data: Use double quotes
po: Update the POT file
po: Update the POTFILES