pls I need advice how to instal languace pack
I transfered it tu default translation folder ... reactivated theme ... nothing
happened
pls I need advice how to instal languace pack
I transfered it tu default translation folder ... reactivated theme ... nothing
happened
http://wpml.org/2009/05/wordpress-theme-localization/
lower on page
Using the translation in WordPress
/**WordPress Localized Language, defaults to English.
* Change this to localize WordPress. A corresponding MO file for the chosen language must be installed to wp-content/languages. For example, install de.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German
* language support.
*/
define ('WPLANG', 'ro_RO');
If you already set this in wp-config.php the translations uploaded into the directory /public_html/wp-content/themes/suffusion/translation/ should be OK
I would suggest using a child theme to handle your translations, otherwise you will lose them whenever you upgrade the theme. See the instructions here.
This topic has been closed to new replies.