Add gettext support

Review Request #2489 — Created June 29, 2023 and submitted

Information

hasl/hasl
default

Reviewers

Add gettext support

Ran ninja hasl-pot and verfied it generated $topsrcdir/po/hasl.pot and that it had the entries we expected.
Also disabled nls and verified that the hasl-pot target didn't exist and that we got the warning in the summaries.

Also ran from the $topsrcdir as po/update-potfiles.sh and it output the correct values as well.

Summary ID
Add gettext support
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 …

QuLogicQuLogic
QuLogic
  1. 
      
  2. po/update-potfiles.sh (Diff revision 1)
     
     

    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 want to cd $(dirname $0) first, or something like that which shellcheck is happy with.

  3. 
      
grim
grim
QuLogic
  1. Ship It!
  2. 
      
grim
Review request changed

Status: Closed (submitted)

Loading...