Title: [Plugin: Uji Countdown] Where&#039;s multilanguage?
Last modified: August 20, 2016

---

# [Plugin: Uji Countdown] Where's multilanguage?

 *  [karpitsky](https://wordpress.org/support/users/karpitsky/)
 * (@karpitsky)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-uji-countdown-wheres-multilanguage/)
 * Hello. How coul I change language into russian?
    I do understand nothing in coding.
   There was info that this plug-in is multilanguage pugin. Please, help! =) Thank
   you! =)
 * [http://wordpress.org/extend/plugins/uji-countdown/](http://wordpress.org/extend/plugins/uji-countdown/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Author [WPmanage](https://wordpress.org/support/users/ujimoto/)
 * (@ujimoto)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-uji-countdown-wheres-multilanguage/#post-2956695)
 * Do you know how to translate with POEDIT? Here is a tutorial: [http://www.gdstarrating.com/2009/01/22/translating-using-poedit/](http://www.gdstarrating.com/2009/01/22/translating-using-poedit/)
 *  Thread Starter [karpitsky](https://wordpress.org/support/users/karpitsky/)
 * (@karpitsky)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-uji-countdown-wheres-multilanguage/#post-2956696)
 * Ujimoto, thank you! But your link unfortunately doesn’t work…
 * > Not Found
   > The requested URL /2009/01/22/translating-using-poedit/ was not found on this
   > server.
   > Apache Server at [http://www.gdstarrating.com](http://www.gdstarrating.com)
   > Port 80
 *  Plugin Author [WPmanage](https://wordpress.org/support/users/ujimoto/)
 * (@ujimoto)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-uji-countdown-wheres-multilanguage/#post-2956698)
 * Just search on google: wordpress poedit translation will find tutorials
 *  [vadim-v](https://wordpress.org/support/users/vadim-v/)
 * (@vadim-v)
 * [13 years ago](https://wordpress.org/support/topic/plugin-uji-countdown-wheres-multilanguage/#post-2956712)
 * In what file are changing the days, hours, minutes, seconds?
 *  [vadim-v](https://wordpress.org/support/users/vadim-v/)
 * (@vadim-v)
 * [13 years ago](https://wordpress.org/support/topic/plugin-uji-countdown-wheres-multilanguage/#post-2956713)
 * I translated, but the translation will not work.
    File: uji-countdown-ru_RU.po
 *     ```
       msgid ""
       msgstr ""
       "Project-Id-Version: uji-countdown\n"
       "Report-Msgid-Bugs-To: \n"
       "POT-Creation-Date: 2012-01-20 11:55+0200\n"
       "PO-Revision-Date: 2013-05-30 22:00+0300\n"
       "Last-Translator: Ujimoto <info@wpmanage.com>\n"
       "Language-Team: ujimoto <raul.ujog@gmail.com>\n"
       "MIME-Version: 1.0\n"
       "Content-Type: text/plain; charset=UTF-8\n"
       "Content-Transfer-Encoding: 8bit\n"
       "X-Poedit-KeywordsList: _e\n"
       "X-Poedit-SourceCharset: utf-8\n"
       "Language: ru_RU\n"
       "X-Generator: Poedit 1.5.4\n"
   
       #: uji-countdown-front.php:105 uji-countdown-set.php:18
       msgid "Years"
       msgstr "Года"
   
       #: uji-countdown-front.php:105
       msgid "Months"
       msgstr "Месяцы"
   
       #: uji-countdown-front.php:105
       msgid "Weeks"
       msgstr "Недели"
   
       #: uji-countdown-front.php:105
       msgid "Days"
       msgstr "Дни"
   
       #: uji-countdown-front.php:105
       msgid "Hours"
       msgstr "Часы"
   
       #: uji-countdown-front.php:105
       msgid "Minutes"
       msgstr "Минуты"
   
       #: uji-countdown-front.php:105
       msgid "Seconds"
       msgstr "Секунды"
   
       #: uji-countdown-front.php:106
       msgid "Year"
       msgstr "Год"
   
       #: uji-countdown-front.php:106
       msgid "Month"
       msgstr "Месяц"
   
       #: uji-countdown-front.php:106
       msgid "Week"
       msgstr "Неделя"
   
       #: uji-countdown-front.php:106
       msgid "Day"
       msgstr "День"
   
       #: uji-countdown-front.php:106
       msgid "Hour"
       msgstr "Час"
   
       #: uji-countdown-front.php:106
       msgid "Minute"
       msgstr "Минута"
   
       #: uji-countdown-front.php:106
       msgid "Second"
       msgstr "Секунда"
       ```
   
 *  [vadim-v](https://wordpress.org/support/users/vadim-v/)
 * (@vadim-v)
 * [13 years ago](https://wordpress.org/support/topic/plugin-uji-countdown-wheres-multilanguage/#post-2956714)
 * It worked!
 * I changed the file **uji-countdown-front.php**
 * line 190:
 *     ```
       wp_localize_script('js_countdown', 'ujiCount', array(
       						'uji_plugin'	=> UJI_PLUGIN_URL,
       						'expire' 		=> $expire,
       						'Years'	 		=> __("Года", "uji-countdown"),
       						'Months' 		=> __("Месяцы", "uji-countdown"),
       						'Weeks'			=> __("Недели", "uji-countdown"),
       						'Days' 			=> __("Дни", "uji-countdown"),
       						'Hours' 			=> __("Часы", "uji-countdown"),
       						'Minutes' 		=> __("Минуты", "uji-countdown"),
       						'Seconds' 		=> __("Секунды", "uji-countdown"),
       						'Year' 			=> __("Год", "uji-countdown"),
       						'Month' 			=> __("Месяц", "uji-countdown"),
       						'Week'			=> __("Неделя", "uji-countdown"),
       						'Day' 			=> __("День", "uji-countdown"),
       						'Hour' 			=> __("Час", "uji-countdown"),
       						'Minute' 		=> __("Минуты", "uji-countdown"),
       						'Second' 		=> __("Секунда", "uji-countdown"),
       ```
   
 *  Plugin Author [WPmanage](https://wordpress.org/support/users/ujimoto/)
 * (@ujimoto)
 * [13 years ago](https://wordpress.org/support/topic/plugin-uji-countdown-wheres-multilanguage/#post-2956715)
 * You need to edit **languages/uji-countdown-xx_XX.po ** file where xx_XX is your
   language (en_EN, de_DE, ru_RU etc.) The above solution is not the good solution.
 *  [vadim-v](https://wordpress.org/support/users/vadim-v/)
 * (@vadim-v)
 * [13 years ago](https://wordpress.org/support/topic/plugin-uji-countdown-wheres-multilanguage/#post-2956716)
 * uji-countdown-ru_RU.по
    I know that. But it is not working. I’ve already done
   as described above.
 * It is better to please help in this topic:
    [http://wordpress.org/support/topic/uji-countdown-11-page-is-constantly-reboots?replies=4](http://wordpress.org/support/topic/uji-countdown-11-page-is-constantly-reboots?replies=4)

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘[Plugin: Uji Countdown] Where's multilanguage?’ is closed to new replies.

 * ![](https://ps.w.org/uji-countdown/assets/icon-256x256.jpg?rev=1074703)
 * [Uji Countdown](https://wordpress.org/plugins/uji-countdown/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/uji-countdown/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/uji-countdown/)
 * [Active Topics](https://wordpress.org/support/plugin/uji-countdown/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/uji-countdown/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/uji-countdown/reviews/)

 * 8 replies
 * 3 participants
 * Last reply from: [vadim-v](https://wordpress.org/support/users/vadim-v/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/plugin-uji-countdown-wheres-multilanguage/#post-2956716)
 * Status: not resolved