- const test_all = async () => {
- const libtranslate = require("../source/core.js");
-
- const flat = await new libtranslate.
- loader("test/flat.json", true).
- load();
- console.log(flat.get("simple").text);
- console.log(flat.get("this is simple phrase.").text);
- }
- test_all();
|