Commit 72f23c78 authored by Isaac (.ike) Levy's avatar Isaac (.ike) Levy

completely tool-based approach with xgettext(1)

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>
parent 45d11da9
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment