Integrate actual translations into integration tests

This commit is contained in:
Chi Vinh Le
2018-08-29 22:55:13 +02:00
parent 0b3a67601c
commit a99fe3c0ff
24 changed files with 972 additions and 78 deletions
@@ -0,0 +1,10 @@
import path from "path";
import { createFluentBundle } from "talk-framework/testHelpers";
export default function create() {
return createFluentBundle(
"stream",
path.resolve(__dirname, "../../../../locales/en-US")
);
}