Language support
-
Admin
The theme’s language files are maintained and updated by volunteers. In your case, the German language file has not been updated for the latest version of the theme.
You can help update the translation by following the instructions here:
http://docs.graphene-theme.com/Translating_the_themeThanks for your fast reply.
I used Poedit and translated “Filed under %2$s” to “Veröffentlicht unter %2$s” to german. I saved the .po and .mo file. Then I uploaded to the server and overwrote the 2 files. I overwrote the Child Page (Child/languages) and the original theme page (graphen/languages). But There is still the text in english.Any idea?
Greetings…
I used this Code in the function.php file in my child theme folder:
<?php
add_action( ‘after_setup_theme’, ‘my_child_theme_setup’ );
function my_child_theme_setup() {
load_child_theme_textdomain( ‘graphene2.0’, get_stylesheet_directory() . ‘/languages’ );
}function graphene_get_default_headers(){
return;
}Admin
@Jhule, can you send me the language files so I can test it?
Admin
Thanks for the files. Looks to be working for me:
Just to confirm, you have changed your site’s language in “WP Admin > Settings > General” to Deutsch, right?
I’ve also have this problem. My site is setup to “Norsk bokmål” (Norwegian), everything but “Continue reading” is translated to norwegian.
I’ve checked the .po for the norwegian translation and it seems to have been translated into “Les mer” in the file. But it still shows “Continue reading”.
Strange.
When I’m comparing the .po file from 1.9.4.3 with the new one in 2.1.2 this is missing;
#: loop.php:121
msgid “Read the rest of this entry »”
msgstr “Les resten av dette innlegget »”Is this the reason why “Continue reading” is not translated?
SOLUTION FOR ME:
I found the mistake. In the folder “wp-content/languages/themes” there were the 2 files “graphene-de_DE.mo” and “graphene-de_DE.po”.Maybe the files were from graphene version 1?!?
I took the new original files “de_DE.mo” & “de_DE.po” from the directory “graphene/languages” and called them “graphene-de_DE.mo” & “graphene-de_DE.po” as well and overwrote them in the directory “wp-content/languages/themes”
Now graphene 2.x is in German!!! The website will be translated and the settings in the backend!
Maybe, this is the solutation for you “kak”???
Let me know…
Greetings Jhule
- You must be logged in to reply to this topic.