11 lines
218 B
JavaScript
11 lines
218 B
JavaScript
//>>built
|
|
define(
|
|
"dijit/nls/th/loading", //begin v1.x content
|
|
({
|
|
loadingState: "กำลังโหลด...",
|
|
errorState: "ขออภัย เกิดข้อผิดพลาด"
|
|
})
|
|
|
|
//end v1.x content
|
|
);
|