##// END OF EJS Templates
added store::get method to wrap up dojo/store/get
added store::get method to wrap up dojo/store/get

File last commit:

r120:bc1b4dd8ca1a v1.6.2 default
r136:435ce00ba245 v1.9.0-rc2 default
Show More
nls-test.ts
7 lines | 159 B | video/mp2t | TypeScriptLexer
import { bundle } from "../i18n";
export const { i18n, load, define } = bundle({
foo: "foo",
bar: "bar"
}, {
ru: () => import("./ru/nls-test")
});