Skip to content

typecho/languages

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Read this in other languages: English, 日本語, 简体中文.

Install

  1. Download the latest version and uncompress it.

  2. Upload all *.mo files to <Your Typecho Directory>/usr/langs . If that directory doesn't exist, you can create one before uploading.

  3. Go to admin > options > genral options, there will be a language selector shows below.

How-to

  1. Fork this repo and clone to local.
  2. Start your translation road by using PoEdit or other gettext software. The message.pot file contains all recent translation strings, but it is in Chinese, so you might want to start with the English translation file en_US.po and update the missing messages from messages.pot.
  3. 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