Translate It!
The Clear Line theme is fully translate ready now and you can take a hand in translating it.
This is how to do this:
- Download the latest language file clear-line.pot
- Download, install and run POEdit
- Select menu Edit -> New catalog from POT file…
- In the “open file” dialog select downloaded clear-line.pot
- In the appeared “Settings” window select Language
- Enter Plural Forms. Find the rule for your language at gnu.org
Please note that many rules at gnu.org are multi-lined and you should line up them.
E.g. russian rulePlural-Forms: nplurals=3; \ plural=n%10==1 && n%100!=11 ? 0 : \ n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;should become
nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;

- Enter base path to the theme on Path tab

- Click OK
- Save to /clear-line/languages/ folder. Please note that you should name your file depending on your language. The complete list of allowed names you can find in WordPress Codex. Two files having extensions .po and .mo will be created
- You are ready to translate the theme! :)
- When finished save your work.
- Send your .po and .mo files to me at

Recent Comments