10 lines
162 B
JavaScript
Raw Normal View History

//>>built
define(
"dijit/nls/zh-tw/loading", //begin v1.x content
({
loadingState: "載入中...",
errorState: "抱歉,發生錯誤"
})
//end v1.x content
);