10 lines
163 B
JavaScript
10 lines
163 B
JavaScript
//>>built
|
||
define(
|
||
"dijit/nls/he/loading", //begin v1.x content
|
||
({
|
||
loadingState: "טעינה...",
|
||
errorState: "אירעה שגיאה"
|
||
})
|
||
//end v1.x content
|
||
);
|