-
-
po/update-potfiles.sh (Diff revision 1) This probably assumes that
update-potfiles.sh
is run while in thepo
directory, but might break if run as./po/update-potfiles.sh
. Might want tocd $(dirname $0)
first, or something like that whichshellcheck
is happy with.
Add gettext support
Review Request #2489 — Created June 29, 2023 and submitted
Add gettext support
Ran
ninja hasl-pot
and verfied it generated$topsrcdir/po/hasl.pot
and that it had the entries we expected.
Also disablednls
and verified that thehasl-pot
target didn't exist and that we got the warning in the summaries.Also ran from the
$topsrcdir
aspo/update-potfiles.sh
and it output the correct values as well.
Summary | ID |
---|---|
ae1aa27e79bca048eba27703b9f8dcaab10aee5a |
Description | From | Last Updated |
---|---|---|
This probably assumes that update-potfiles.sh is run while in the po directory, but might break if run as ./po/update-potfiles.sh. Might … |
|
Testing Done: |
|
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Commits: |
|
||||||||||||
Diff: |
Revision 2 (+116 -12) |
Change Summary:
let the turtles handle hasl-pot as well
Commits: |
|
|||||||
---|---|---|---|---|---|---|---|---|
Diff: |
Revision 3 (+118 -14) |