fix typo in referenceResourcePath
This commit is contained in:
parent
d437de5823
commit
22f2de7c4d
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue