|
HelpTranslate
IntroductionIf you already have experiences of translating using a given .pot file, please download the latest .pot for translating. If you don't know how to translate using a .pot and you use Linux, please read Internationalizing WordPress Plugin. Notes
General Tasks for Translators
If you can make a simple page for the program in your web space, llbbsc's discussion group space or Google Pages, etc. That would be greatly appreciated. You don't need to make new just translated one, e.g. translating http://code.google.com/p/llbbsc/w/edit/OnThisDayWPPlugin for On this day WordPress plugin like this in Traditional Chinese. You don't have to do this with PO translating at the same time. Just post a link in group when you done. Gravatar bbPress pluginLatest .pot and last modified .poDownload it in trunk bmgc.conf sample# General # ====================================== # Directory stores .pot and .po PO_DIR=po # DOMAIN DOMAIN=Gravatar # filename of .pot POT="$DOMAIN.pot" # Source directory SOURCE_DIR=Gravatar # build # ====================================== # Your program name PACKAGE="Gravatar" # Title for message catalog file TITLE="Message Catalog for $PACKAGE" # The copyright holder COPYRIGHT_HOLDER="Yu Jie Lin" # Email for receiving bug reports MSGID_BUGS_ADDRESS="lb07@livibetter.com" # Source filenames. Space separated. e.g. OnThisDay.php OptionsPage.php SOURCES="Gravatar.php OptionsPage.php" # generate # ====================================== # Directory stores .mo LOCALE_DIR=$SOURCE_DIR/locale # Translator's name and email: FULL NAME <EMAIL@ADDRESS> LAST_TRANSLATOR="Yu-Jie Lin <lb07@livibetter.com>" On this day WordPress pluginCurrent Status
Latest .pot and last modified .poDownload it in trunk bmgc.conf sample# General # ====================================== # Directory stores .pot and .po PO_DIR=po # DOMAIN DOMAIN=OnThisDay # filename of .pot POT="$DOMAIN.pot" # Source directory SOURCE_DIR=OnThisDay # build # ====================================== # Your program name PACKAGE="OnThisDay" # Title for message catalog file TITLE="Message Catalog for $PACKAGE" # The copyright holder COPYRIGHT_HOLDER="Yu Jie Lin" # Email for receiving bug reports MSGID_BUGS_ADDRESS="lb07@livibetter.com" # Source filenames. Space separated. e.g. OnThisDay.php OptionsPage.php SOURCES="OnThisDay.php OptionsPage.php" # generate # ====================================== # Directory stores .mo LOCALE_DIR=$SOURCE_DIR/locale # Translator's name and email: FULL NAME <EMAIL@ADDRESS> LAST_TRANSLATOR="Yu-Jie Lin <lb07@livibetter.com>" |