• Isaac (.ike) Levy's avatar
    completely tool-based approach with xgettext(1) · 72f23c78
    Isaac (.ike) Levy authored
    xgettext(1) is obviously much simpler than creating the canonical .pot file by hand.  (If only I'd have known better before I started this :)
    
    This .pot file was generated from the source code via:
    
      # for i in `git grep --name-only 'gettext' | grep -v 'pot$'` ; do
      #   xgettext -j -o ./src/share/locale/en/LC_MESSAGES/OPNsense.pot "${i}"
      # done
    
    For this commit, the old header was retained- it will be deleted in the next commit, for ease of scriptable maintinence of the canonical english .pot file.
    Signed-off-by: 's avatarIsaac (.ike) Levy <ike@blackskyresearch.net>
    72f23c78
Name
Last commit
Last update
..
bin Loading commit data...
captiveportal Loading commit data...
etc Loading commit data...
opnsense Loading commit data...
pkg Loading commit data...
sbin Loading commit data...
share Loading commit data...
www Loading commit data...