mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 02:39:56 +09:00
7 lines
No EOL
276 B
JavaScript
7 lines
No EOL
276 B
JavaScript
/**
|
|
* @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");
|
|
} |