Tagged: translate
-
AuthorPosts
-
May 10, 2014 at 9:29 pm #262824
Where to translatre ” share this entry” in blog posts….
May 11, 2014 at 9:48 pm #262987Hi Knut!
Please use this plugin – http://wordpress.org/plugins/codestyling-localization/
Please go to Tools > Localization > Themes and Rescan your language file and then edit it – http://imgur.com/a/tuktGRegards,
YigitMay 17, 2014 at 10:45 pm #266206Codestyling Localization does not work anymore with Enfold.
May 18, 2014 at 2:32 am #266223Hi!
Please elaborate on the issue. It does work fine on my local installation. You can find Codestyling Localization documentation here – http://www.code-styling.de/english/development/wordpress-plugin-codestyling-localization-en
Cheers!
YigitMay 19, 2014 at 6:11 pm #266885Warning: The actual loaded translation content contains mixed textdomains and is not pure translateable within one textdomain.
It seems, that there is code contained extracted out of other plugins, themes or widgets and used by copy & paste inside some source files.
The affected unknown textdomains are: wordpress-importer, woothemes, woocommerce, plugindomain, envato, LayerSliderMay 19, 2014 at 6:22 pm #266890Hi!
Can you try deactivating all active plugins except for Codestyling Localization and check once again?
Cheers!
YigitMay 19, 2014 at 6:37 pm #266899I did that. I’ve tried everything I know.
My plugins are:
bbPress, Contact Form 7, Force Regenerate Thumbnails, The Events Calendar, WordPress Importer, WP-PageNaviMay 19, 2014 at 7:00 pm #266902Hi!
Which language files do you need? I can update it and post the download link here :)
Regards,
YigitMay 19, 2014 at 7:31 pm #266925My language is Icelandic.
Thank youMay 19, 2014 at 7:56 pm #266937Hey!
I have update German file since we currently do not have Icelandic version – https://www.dropbox.com/s/3du2yqcelp3ota9/de_DE.zip
If you have translated it please share it here so i can update it and post it back :)Best regards,
YigitMay 20, 2014 at 12:00 am #267063I needed just a few words (Share this entry, You might also like, Read more and the Error 404 page & Search page)
Hi :)I did it manually in the theme, some words are hidden in quick css. It is risky (I know) and in the next update I need to do this again, right?
Got this css for the breadcrumbs from Josue and put it in the child theme (works well)
add_filter(‘avia_breadcrumbs_args’, ‘avia_change_home_breadcrumb’, 10, 1);
function avia_change_home_breadcrumb($args){
$args[‘show_home’] = ‘Forsíða’;
return $args;
}
add_filter(‘avia_breadcrumbs_args’, ‘change_breadcrumb_before’, 10, 1);
function change_breadcrumb_before($args) {
$args[‘before’] = ‘<span class=”breadcrumb-title”>’ . __( ‘Þú ert hér:’, ‘avia_framework’ ) . ‘</span>’;
return $args;
}I have used Codestyling Localization before, liked it. It worked fine then, but not anymore for me…
Yigit, thank you for looking into this
May 20, 2014 at 10:57 am #267200 -
AuthorPosts
- You must be logged in to reply to this topic.