fix typo in referenceResourcePath

This commit is contained in:
jannesblobel 2023-01-30 18:56:55 +01:00
parent d437de5823
commit 22f2de7c4d
1 changed files with 1 additions and 1 deletions

View File

@ -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 {