[rfc][icedtea-web]Localized Man Page Script
Jie Kang
jkang at redhat.com
Tue May 20 18:28:59 UTC 2014
Hello,
I have created a bash script to build localized man pages. The man pages are based off a template and a key-value file that is used to replace the keys in the template with the appropriate localized text. At the moment it is run as localmanscript [lang] [command-name] (e.g. bash localmanscript.sh en policyeditor). I haven't added this as a task in the make file yet and have only completed the template/key for policyeditor. If anyone has a better idea on how to do this please let me know.
2014-05-20 Jie Kang <jkang at redhat.com>
* localmanscript.sh: Localized man page script
* template_policyeditor: Template for policyeditor localized man page
* en_key_policyeditor: Key-Value for english version of policyeditor man page
Thanks,
Jie
-------------- next part --------------
A non-text attachment was scrubbed...
Name: en_key_policyeditor
Type: application/octet-stream
Size: 2177 bytes
Desc: not available
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140520/ce8b8a29/en_key_policyeditor.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: localmanscript.sh
Type: application/x-shellscript
Size: 623 bytes
Desc: not available
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140520/ce8b8a29/localmanscript.sh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: template_policyeditor
Type: application/octet-stream
Size: 670 bytes
Desc: not available
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140520/ce8b8a29/template_policyeditor.obj>
More information about the distro-pkg-dev
mailing list