##// END OF EJS Templates
Working sandbox
Working sandbox

File last commit:

r65:8ac132c83639 default
r99:908c1ce6ce6d v1.3
Show More
foo.ts
9 lines | 200 B | video/mp2t | TypeScriptLexer
import { bundle } from "../i18n";
export default bundle({
greeting: (name: string) => `Hello, ${name}!`,
goodbye: (name: string) => `Bye, ${name}!`
}, {
ru: () => import("./ru/foo")
});