Follow the steps below to translate Thesis into your language:
-
Download the poEdit software, and install it on your local computer.
-
Download the
thesis.potfile (located in the/lib/languagesfolder). -
In Poedit, from the
Filemenu, select New catalog from POT fileā¦, then choose thethesis.potyou just downloaded to your local computer. -
Save the
.potfile as a new file namedll_CC.po, where:-
llis the 2 letter code for your language, and -
CCis the 2 letter code for your country.
For example, for US English the file would be named
en_US.mo. -
-
Translate the strings in the new
.pofile. -
Save the file (ctrl-S). Poedit should generate a
.mofile in the same directory as your original.pofile (named in a similar fashion as in step 4). -
Upload the
.mofile to the/lib/languagesfolder in your Thesis theme directory on your server. -
Configure WordPress to use your language file, by editing
wp-config.phpto include this line replacingll_CCwith the appropriate language/country codes):define ('WPLANG', 'll_CC');