• Was working with this plugin for a client on a bilingual site and noticed that the “Today” “Earlier” strings weren’t properly wrapped with the localization domain.

    Just wanted to let you know:

    Version: 2.65
    File: templates\date_above.php
    At Line – 26:
    $readable.='<span style="'.$testyle.'">'. _e("Today", 'wp-rss-multi-importer') .'</span>';

    At Line – 36:
    $readable.= '<span style="'.$testyle.'">'. _e("Earlier", 'wp-rss-multi-importer') . '</span>';

    Hope this helps!

    John

    https://www.ads-software.com/extend/plugins/wp-rss-multi-importer/

Viewing 1 replies (of 1 total)
  • Plugin Author Allen

    (@amweiss98)

    Thanks..yes, most of the templates aren’t localized, but if you happen to provide a .po or .mo file for the site, let me know (I’ll be providing a Turkish version in the next update).

Viewing 1 replies (of 1 total)
  • The topic ‘Localization Issue’ is closed to new replies.