transl~1.txt

来自「一百个病毒的源代码 包括熊猫烧香等 极其具有研究价值」· 文本 代码 · 共 55 行

TXT
55
字号
                            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 + =
减小字号Ctrl + -
显示快捷键?