dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
15 lines (13 loc) • 288 B
JavaScript
define({ root:
//begin v1.x content
({
"MINUTES": "%1 Minute(s)"
// In this example, English resources are not necessary,
// because English strings are used as resource keys,
// and they are automatically used as fall back values.
})
//end v1.x content
,
"ja": true,
"it": true
});