Added Dojo 1.7.2
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
//>>built
|
||||
define(
|
||||
"dijit/nls/ko/common", //begin v1.x content
|
||||
({
|
||||
buttonOk: "확인",
|
||||
buttonCancel: "취소",
|
||||
buttonSave: "저장",
|
||||
itemClose: "닫기"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
@@ -0,0 +1,9 @@
|
||||
//>>built
|
||||
define(
|
||||
"dijit/nls/ko/loading", //begin v1.x content
|
||||
({
|
||||
loadingState: "로드 중...",
|
||||
errorState: "죄송합니다. 오류가 발생했습니다."
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
Reference in New Issue
Block a user