From 22f2de7c4d352db0fe5267e1f3f40fbf497a0f06 Mon Sep 17 00:00:00 2001 From: jannesblobel <72493222+jannesblobel@users.noreply.github.com> Date: Mon, 30 Jan 2023 18:56:55 +0100 Subject: [PATCH] fix typo in referenceResourcePath --- inlang.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {