Theme Translations
One of the things I like to do is reward those that give back to the Theme Hybrid community.
If you can read and write well in both English and another language, here’s your opportunity to get a free membership. For each theme translation that you provide, I’ll offer you three months of membership.
You only have to translate one theme for three months. You must also follow the guidelines listed below.
Note: I’m currently only taking translations for the Hybrid theme for this special deal.
How long will my membership last?
Here is a chart for how long your free membership will last based on the amount of work you do.
| Number of translations | Months of membership |
|---|---|
| 1 translation | 3 months |
| 2 translations | 6 months |
| 3 translation | 9 months |
| 4 translations | 12 months |
Guidelines for translating
You need a basic understanding of how the theme works before translating it because not all text strings will be clear. So, only translate if you’ve used the theme a little.
Each theme will have a tutorial on its theme page. If you can’t find one for the theme, follow the tutorial for the Hybrid theme.
- You must fully translate each text string to your language.
- You must have both the .mo and .po files for your language.
- You must create a
readme.txtfile explaining how to use the translation in your language. - You must submit it in a
.zipor.tarfile. - The translation must be for the latest version of the theme.
- It can’t be for a language that’s already submitted.
- 1 theme translation is worth a 3-month membership.
It is not required, but it would be helpful for other users if you made a translation of the readme.html file included with the theme (if there is one).
Also note that updates of translations for the x.x.x versions of the themes do not apply.
However, if you update your translation for the x.x versions of the themes, another three months will be added to your membership.
Contact me if you’re interested in this offer.
How to use theme translations
To use a translation, you first need to add the .mo and .po files to your theme-name folder.
Then, you’ll need to make sure your wp-config.php file matches your language files.
For example, if using a French translation, you’ll need to add the fr_FR.po and fr_FR.mo files to your theme folder. Then, you’ll want to set your language in wp-config.php, like this:
define ('WPLANG', 'fr_FR');
Save that file.
Now you can use the theme in your language!
You’ll also want to go to your WordPress dashboard and save any Theme Name Settings and Widgets because those might have changed.
Other Resources
- WordPress in your language (has a list of language codes)
- Translating WordPress
- Installing WordPress in your language
- Localizing plugins with Poedit (good for themes too)