diff --git a/inlang.config.js b/inlang.config.js index c162c4db..1ecd2c9b 100644 --- a/inlang.config.js +++ b/inlang.config.js @@ -8,7 +8,7 @@ export async function defineConfig(env) { const pluginConfig = { // language mean the name of you file pathPattern: "./po/{language}.po", - referenceResourcePath: "./noVNC.pot", + referenceResourcePath: "./po/noVNC.pot", }; return {