OPNsense language translation kit=================================The kit requires additional tools in order to properly extract stringsfrom the source code. You'll need to run this once locally: # pkg install gettext-tools p5-Locale-Maketext-Lexicon python27Regenerate dynamic strings that can't be found in the templategeneration step (XML contents, etc.): # make dynamicRegenerate the translation template using: # make templateMerge the latest template changes into the actual translations: # make mergeThe build system will automatically pick up all registered languages.