Failure translating to Greek with CodeStyling Localization
-
Hello!
I’m creating a web site in Greek and want to use Contact Form 7. I have a problem translating into Greek language. If someone can help, I would appreciate it.I provide some necessary info:
1. I have set WPLANG to el_GR in the wp-config.php
2. In my file manager, I renamed the plugin’s “wp-contact-form-7.php” to “contact-form-7.php” , otherwise I got an error in CodeStyling Localization relating to the plugin’s textdomain and couldn’t translate at all.
3. I created the .po file (named “contact-form-7-el_GR.po”), rescaned in order to get all texts, did some translations and created the .mo file (named “contact-form-7-el_GR.mo”). Both files are located in wp-content> plugins> contact-form-7> languagesNormally, the translation should work, as with all other components I have translated so far. However, nothing happens in Contact Form 7.
One thing I notice, but I’m not sure it affects things is that in functions.php the Greek language in the list is referred to as:
‘el’ => __( ‘Greek’, ‘contact-form-7’ )
instead of
el_GRPlease advise.
- The topic ‘Failure translating to Greek with CodeStyling Localization’ is closed to new replies.