• The plugin works great!

    If u plan to use the plugin for a different language website and don’t want to rely on the WPLANG variable (deprecated after WP 4.0) you should edit the plugin and simply replace the existent localization DIR to something like this:

    setlocale(LC_TIME, "ro_RO"); // set localization language

    where ro_RO is the code for Romanian, fr_FR for French, etc.

  • The topic ‘Very good plugin – a small tweak for localization’ is closed to new replies.