This can be generated via xgettext(1) regularly,
If this file is generated regularly, it becomes easier for translators to keep up with changes to the source code. (Or, at least changes with accompanying gettext calls).
This was generated with:
# 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
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
Showing
Please register or sign in to comment