8 lines
175 B
JavaScript
8 lines
175 B
JavaScript
define(
|
|
"dijit/nls/ko/loading", //begin v1.x content
|
|
({
|
|
loadingState: "로드 중...",
|
|
errorState: "죄송합니다. 오류가 발생했습니다."
|
|
})
|
|
//end v1.x content
|
|
);
|