Change-Id: Ifb4a1d140e9d53e83a7423ecd749282bcc57876e
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
<input type="radio" name="radio_locale" id="radio_locale_english" value="en_US.UTF-8" checked="checked" />
<label for="radio_locale_english">English</label>
- <input type="radio" name="radio_locale" id="radio_locale_german" value="de.UTF-8" />
+ <input type="radio" name="radio_locale" id="radio_locale_german" value="de_DE.UTF-8" />
<label for="radio_locale_german">German (Deutsch)</label>
- <input type="radio" name="radio_locale" id="radio_locale_japanese" value="ja.UTF-8" />
+ <input type="radio" name="radio_locale" id="radio_locale_japanese" value="ja_JP.UTF-8" />
<label for="radio_locale_japanese">Japanese (日本語)</label>
<input type="radio" name="radio_locale" id="radio_locale_simplified_chinese" value="zh_CN.UTF-8" />
+* Wed Feb 05 2014 Jimmy Huang <jimmy.huang@intel.com> accepted/tizen/ivi/20140110.224142@2834adc
+- Added missing country code in string value for Japanese and German
+
* Fri Jan 24 2014 Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org> accepted/tizen/ivi/20140110.224142@5cf7f01
- Revert: Fixes TIVI-2064 - This workaround is no more needed (it was fixed in pkgmgr-info)