📄 transl~1.txt
字号:
Writing translationsLast updated: $Date: 2000/06/02 22:13:48 $Get gettext-----------If you want to translate modlogan into your language you need thegettext-package installed. Solaris:Don't use GNU gettext package. Use the Sun-packages. Otherwise you wont getany translations.All other:If don't have gettext installed get it from ftp://ftp.gnu.org or one of its mirrors. Initial translation-------------------Change into the po/ directoryCopy modlogan.pot to <language-code that is also used in to LANG environment>.poE.g.$ cp modlogan.pot fr.poEdit every line that starts with 'msgstr'. Fill the double-quotes with yourtranslation. Check if anything went wrong:$ make update-poEdit the configure.in the base directory and add your language-code the theALL_LINGUAS string.E.g.ALL_LINGUAS="de fr"If no errors occure send the your translation to <jan@kneschke.de>.Updating translation--------------------tupdate is your friend if you want to update a translation. call it in thefollowing fashion:$ tupdate <new> <old> > <language-code>.po.newreplace <new> by modlogan.pot and <old> by <language-code>.poedit the lines starting with 'msgstr' like before.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -