Open main menu

Gramps β

Changes

Translating Gramps/zh

78 bytes added, 13:35, 24 June 2009
升级你的翻译
假如你已经获得了以前的GRAMPS源代码树中的说明在[[Brief introduction to SVN]]里面. 现在:
原文:* Update your gramps tree from SVN. This can be done by executing the command  译文:通过执行下面的命令从SVN上更新你的gramps树<pre>svn up</pre> from the root GRAMPS svn directory. This will download an updated <code>gramps.pot</code> file.
* Use your outdated translation to translate the strings that did not change:<pre>msgmerge lang.po gramps.pot -o newlang.po</pre> or <pre>msgmerge --no-wrap lang.po gramps.pot -o newlang.po</pre> where <code>lang</code> is your language code. The <code>--no-wrap</code> option will prevent changes due to automatic word wrapping, use it if your previous po file was constructed like that. The <code>--no-wrap</code> options allows for more readable SVN diffs.
* Translate all untranslated messages in <code>newlang.po</code>. When you are sure everything is right, rename <code>newlang.po</code> as <code>lang.po</code> and check it into SVN as you did with the original file.
10
edits