Title: Localization Ready
Last modified: August 21, 2016

---

# Localization Ready

 *  [JulioRFA](https://wordpress.org/support/users/juliorfa/)
 * (@juliorfa)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/localization-ready/)
 * Hi there.
    Pretty nice plugin for dev’s Eric. Simple, yet powerful.
 * I needed the output text translated to Spanish,
    so I get on the code and made
   some mods.
    - Added some code to allow POT file translations.
    - Modified just a little bit `iaRelativeDate.class.php`:
       – Added class constant
      DOMAIN for text domain translation – Removed spaces for singular words in “
      check_name” method. (the spaces were added already in “build_rel_date” method)–
      Added ‘prefix’ parameter for flexibility.
    - The `languages` dir include POT file and es_ES .po, .mo files.
 * **Download link (mediafire):**
    [http://www.mediafire.com/download/23jqx56gjc1jjji/relative-date-template-tag.zip](http://www.mediafire.com/download/23jqx56gjc1jjji/relative-date-template-tag.zip)
 * The zip file contains the plugin.
    You just need to make your translations with
   POEdit or similar.
 * **Example:**
 *     ```
       <?php
           $params = array(
                'prefix' => 'Publicado hace ',
                'suffix' => ''
           );
           the_relative_date( $params );
       ?>
       ```
   
 * **Result:**
 * `Publicado hace 1 hora`
 * _POT file source words:_
    ‘second’, ‘seconds’, ‘minute’, ‘minutes’, ‘hour’, ‘
   hours’, ‘day’, ‘days’, ‘week’, ‘weeks’, ‘month’, ‘months’, ‘year’, ‘years’, ‘
   decade’, ‘decades’, ‘centuries’, ‘century’, ‘millenia’, ‘millenium’, ‘moments’,‘
   just’, ‘ago’
 * I hope this is helpful.
 * [http://wordpress.org/plugins/relative-date-template-tag/](http://wordpress.org/plugins/relative-date-template-tag/)

The topic ‘Localization Ready’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/relative-date-template-tag.svg)
 * [Relative Date Template Tag](https://wordpress.org/plugins/relative-date-template-tag/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/relative-date-template-tag/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/relative-date-template-tag/)
 * [Active Topics](https://wordpress.org/support/plugin/relative-date-template-tag/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/relative-date-template-tag/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/relative-date-template-tag/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [JulioRFA](https://wordpress.org/support/users/juliorfa/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/localization-ready/)
 * Status: not a support question