Original language German
-
At first I was disappointed that the plugin option didn’t provide German as the original language. When I choose “English” I didn’t get proper translations.
Here ist the solution (should also work with every other language):
1. Open the Plugins PHP-file “google-language-translator.php”
2. Go to line 218
3. Add another OPTION line for your original Language, like:
<option value="de" <?php if(get_option('googlelanguagetranslator_language')=='de'){echo "selected";}?>>German</option>
4. Go to the plugins option menu and choose your original language
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Original language German’ is closed to new replies.