mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
support i18n jQuery-UI datepicker
This commit is contained in:
parent
25de7998c2
commit
81b1fd5752
76 changed files with 2783 additions and 1 deletions
7
common/js/plugins/ui/rx_datepicker.js
Normal file
7
common/js/plugins/ui/rx_datepicker.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/**
|
||||
* @brief Load i18n file of datepicker
|
||||
* @author MinSoo Kim <misol.kr@gmail.com>
|
||||
**/
|
||||
if(typeof current_lang !== "undefined" && current_lang !== 'en') {
|
||||
jQuery.getScript(request_uri + "./common/js/plugins/ui/i18n/datepicker-"+ current_lang.replace("jp", "ja") +".js");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue