-
Check if the
.pofile for your language already exists. -
Download the
.pofile you need and convert it to machine-readable.mofile. You can do this with:
- Using poedit software
- Using
gettextcommand:msgfmt <LANG>.po -o <LANG>.mo - Using any other gettext software
-
Upload it to path
/usr/langsin your Typecho. If that folder doesn't exist, you can create it before upload it. -
Go to control panel of Typecho to switch to your language. It often locates at
http://your-blog-url.com/admin/options-general.php
- Fork this repo and clone to local.
- Start your translation road by using PoEdit or other gettext software. The
message.potfile contains all recent translation strings, but it is in Chinese, so you might want to start with the English translation fileen_US.poand update the missing messages frommessages.pot. - Push update to your forked repo, and then pull a request to offical languages repo: named
typecho/languages.
Also please see http://docs.typecho.org/translate/start