mirror of
https://github.com/wassname/talk.git
synced 2026-07-27 11:28:12 +08:00
Integrate actual translations into integration tests
This commit is contained in:
@@ -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")
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user