Skip to content

Commit

Permalink
i18n-check-webpack-plugin: Update line numbers in test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
anomiex committed Aug 28, 2024
1 parent b376969 commit b24d936
Showing 1 changed file with 40 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,16 +167,16 @@ exports[`Webpack \`options-filter\`: Webpack build stats 1`] = `
{
"errors": [
{
"message": "string/main.js:1:77: msgid argument is not a string literal: __(t?"arr is set":"arr is not set","domain")",
"message": "string/main.js:1:76: msgid argument is not a string literal: __(t?"arr is set":"arr is not set","domain")",
},
{
"message": "string/main.js:1:187: msgid argument is not a string literal: __(t?"func is set":"func is not set","domain")",
"message": "string/main.js:1:186: msgid argument is not a string literal: __(t?"func is set":"func is not set","domain")",
},
{
"message": "string/main.js:1:376: msgid argument is not a string literal: __(t?"regex is set":"regex is not set","domain")",
"message": "string/main.js:1:374: msgid argument is not a string literal: __(t?"regex is set":"regex is not set","domain")",
},
{
"message": "string/main.js:1:490: msgid argument is not a string literal: __(t?"string is set":"string is not set","domain")",
"message": "string/main.js:1:488: msgid argument is not a string literal: __(t?"string is set":"string is not set","domain")",
},
{
"message": "string/main.js: Optimization seems to have broken the following translation strings:
Expand All @@ -190,16 +190,16 @@ exports[`Webpack \`options-filter\`: Webpack build stats 1`] = `
{
"errors": [
{
"message": "regex/main.js:1:77: msgid argument is not a string literal: __(t?"arr is set":"arr is not set","domain")",
"message": "regex/main.js:1:76: msgid argument is not a string literal: __(t?"arr is set":"arr is not set","domain")",
},
{
"message": "regex/main.js:1:187: msgid argument is not a string literal: __(t?"func is set":"func is not set","domain")",
"message": "regex/main.js:1:186: msgid argument is not a string literal: __(t?"func is set":"func is not set","domain")",
},
{
"message": "regex/main.js:1:376: msgid argument is not a string literal: __(t?"regex is set":"regex is not set","domain")",
"message": "regex/main.js:1:374: msgid argument is not a string literal: __(t?"regex is set":"regex is not set","domain")",
},
{
"message": "regex/main.js:1:490: msgid argument is not a string literal: __(t?"string is set":"string is not set","domain")",
"message": "regex/main.js:1:488: msgid argument is not a string literal: __(t?"string is set":"string is not set","domain")",
},
{
"message": "regex/main.js: Optimization seems to have broken the following translation strings:
Expand All @@ -213,16 +213,16 @@ exports[`Webpack \`options-filter\`: Webpack build stats 1`] = `
{
"errors": [
{
"message": "function/main.js:1:77: msgid argument is not a string literal: __(t?"arr is set":"arr is not set","domain")",
"message": "function/main.js:1:76: msgid argument is not a string literal: __(t?"arr is set":"arr is not set","domain")",
},
{
"message": "function/main.js:1:187: msgid argument is not a string literal: __(t?"func is set":"func is not set","domain")",
"message": "function/main.js:1:186: msgid argument is not a string literal: __(t?"func is set":"func is not set","domain")",
},
{
"message": "function/main.js:1:376: msgid argument is not a string literal: __(t?"regex is set":"regex is not set","domain")",
"message": "function/main.js:1:374: msgid argument is not a string literal: __(t?"regex is set":"regex is not set","domain")",
},
{
"message": "function/main.js:1:490: msgid argument is not a string literal: __(t?"string is set":"string is not set","domain")",
"message": "function/main.js:1:488: msgid argument is not a string literal: __(t?"string is set":"string is not set","domain")",
},
{
"message": "function/main.js: Optimization seems to have broken the following translation strings:
Expand All @@ -236,16 +236,16 @@ exports[`Webpack \`options-filter\`: Webpack build stats 1`] = `
{
"errors": [
{
"message": "array/main.js:1:77: msgid argument is not a string literal: __(t?"arr is set":"arr is not set","domain")",
"message": "array/main.js:1:76: msgid argument is not a string literal: __(t?"arr is set":"arr is not set","domain")",
},
{
"message": "array/main.js:1:187: msgid argument is not a string literal: __(t?"func is set":"func is not set","domain")",
"message": "array/main.js:1:186: msgid argument is not a string literal: __(t?"func is set":"func is not set","domain")",
},
{
"message": "array/main.js:1:376: msgid argument is not a string literal: __(t?"regex is set":"regex is not set","domain")",
"message": "array/main.js:1:374: msgid argument is not a string literal: __(t?"regex is set":"regex is not set","domain")",
},
{
"message": "array/main.js:1:490: msgid argument is not a string literal: __(t?"string is set":"string is not set","domain")",
"message": "array/main.js:1:488: msgid argument is not a string literal: __(t?"string is set":"string is not set","domain")",
},
{
"message": "array/main.js: Optimization seems to have broken the following translation strings:
Expand All @@ -259,16 +259,16 @@ exports[`Webpack \`options-filter\`: Webpack build stats 1`] = `
{
"errors": [
{
"message": "undefined/main.js:1:77: msgid argument is not a string literal: __(t?"arr is set":"arr is not set","domain")",
"message": "undefined/main.js:1:76: msgid argument is not a string literal: __(t?"arr is set":"arr is not set","domain")",
},
{
"message": "undefined/main.js:1:187: msgid argument is not a string literal: __(t?"func is set":"func is not set","domain")",
"message": "undefined/main.js:1:186: msgid argument is not a string literal: __(t?"func is set":"func is not set","domain")",
},
{
"message": "undefined/main.js:1:376: msgid argument is not a string literal: __(t?"regex is set":"regex is not set","domain")",
"message": "undefined/main.js:1:374: msgid argument is not a string literal: __(t?"regex is set":"regex is not set","domain")",
},
{
"message": "undefined/main.js:1:490: msgid argument is not a string literal: __(t?"string is set":"string is not set","domain")",
"message": "undefined/main.js:1:488: msgid argument is not a string literal: __(t?"string is set":"string is not set","domain")",
},
{
"message": "undefined/main.js: Optimization seems to have broken the following translation strings:
Expand All @@ -289,19 +289,19 @@ exports[`Webpack \`options-filter\`: Webpack build stats 1`] = `
"errors": [
{
"compilerPath": "string",
"message": "string/main.js:1:77: msgid argument is not a string literal: __(t?"arr is set":"arr is not set","domain")",
"message": "string/main.js:1:76: msgid argument is not a string literal: __(t?"arr is set":"arr is not set","domain")",
},
{
"compilerPath": "string",
"message": "string/main.js:1:187: msgid argument is not a string literal: __(t?"func is set":"func is not set","domain")",
"message": "string/main.js:1:186: msgid argument is not a string literal: __(t?"func is set":"func is not set","domain")",
},
{
"compilerPath": "string",
"message": "string/main.js:1:376: msgid argument is not a string literal: __(t?"regex is set":"regex is not set","domain")",
"message": "string/main.js:1:374: msgid argument is not a string literal: __(t?"regex is set":"regex is not set","domain")",
},
{
"compilerPath": "string",
"message": "string/main.js:1:490: msgid argument is not a string literal: __(t?"string is set":"string is not set","domain")",
"message": "string/main.js:1:488: msgid argument is not a string literal: __(t?"string is set":"string is not set","domain")",
},
{
"compilerPath": "string",
Expand All @@ -311,19 +311,19 @@ exports[`Webpack \`options-filter\`: Webpack build stats 1`] = `
},
{
"compilerPath": "regex",
"message": "regex/main.js:1:77: msgid argument is not a string literal: __(t?"arr is set":"arr is not set","domain")",
"message": "regex/main.js:1:76: msgid argument is not a string literal: __(t?"arr is set":"arr is not set","domain")",
},
{
"compilerPath": "regex",
"message": "regex/main.js:1:187: msgid argument is not a string literal: __(t?"func is set":"func is not set","domain")",
"message": "regex/main.js:1:186: msgid argument is not a string literal: __(t?"func is set":"func is not set","domain")",
},
{
"compilerPath": "regex",
"message": "regex/main.js:1:376: msgid argument is not a string literal: __(t?"regex is set":"regex is not set","domain")",
"message": "regex/main.js:1:374: msgid argument is not a string literal: __(t?"regex is set":"regex is not set","domain")",
},
{
"compilerPath": "regex",
"message": "regex/main.js:1:490: msgid argument is not a string literal: __(t?"string is set":"string is not set","domain")",
"message": "regex/main.js:1:488: msgid argument is not a string literal: __(t?"string is set":"string is not set","domain")",
},
{
"compilerPath": "regex",
Expand All @@ -333,19 +333,19 @@ exports[`Webpack \`options-filter\`: Webpack build stats 1`] = `
},
{
"compilerPath": "function",
"message": "function/main.js:1:77: msgid argument is not a string literal: __(t?"arr is set":"arr is not set","domain")",
"message": "function/main.js:1:76: msgid argument is not a string literal: __(t?"arr is set":"arr is not set","domain")",
},
{
"compilerPath": "function",
"message": "function/main.js:1:187: msgid argument is not a string literal: __(t?"func is set":"func is not set","domain")",
"message": "function/main.js:1:186: msgid argument is not a string literal: __(t?"func is set":"func is not set","domain")",
},
{
"compilerPath": "function",
"message": "function/main.js:1:376: msgid argument is not a string literal: __(t?"regex is set":"regex is not set","domain")",
"message": "function/main.js:1:374: msgid argument is not a string literal: __(t?"regex is set":"regex is not set","domain")",
},
{
"compilerPath": "function",
"message": "function/main.js:1:490: msgid argument is not a string literal: __(t?"string is set":"string is not set","domain")",
"message": "function/main.js:1:488: msgid argument is not a string literal: __(t?"string is set":"string is not set","domain")",
},
{
"compilerPath": "function",
Expand All @@ -355,19 +355,19 @@ exports[`Webpack \`options-filter\`: Webpack build stats 1`] = `
},
{
"compilerPath": "array",
"message": "array/main.js:1:77: msgid argument is not a string literal: __(t?"arr is set":"arr is not set","domain")",
"message": "array/main.js:1:76: msgid argument is not a string literal: __(t?"arr is set":"arr is not set","domain")",
},
{
"compilerPath": "array",
"message": "array/main.js:1:187: msgid argument is not a string literal: __(t?"func is set":"func is not set","domain")",
"message": "array/main.js:1:186: msgid argument is not a string literal: __(t?"func is set":"func is not set","domain")",
},
{
"compilerPath": "array",
"message": "array/main.js:1:376: msgid argument is not a string literal: __(t?"regex is set":"regex is not set","domain")",
"message": "array/main.js:1:374: msgid argument is not a string literal: __(t?"regex is set":"regex is not set","domain")",
},
{
"compilerPath": "array",
"message": "array/main.js:1:490: msgid argument is not a string literal: __(t?"string is set":"string is not set","domain")",
"message": "array/main.js:1:488: msgid argument is not a string literal: __(t?"string is set":"string is not set","domain")",
},
{
"compilerPath": "array",
Expand All @@ -377,19 +377,19 @@ exports[`Webpack \`options-filter\`: Webpack build stats 1`] = `
},
{
"compilerPath": "undefined",
"message": "undefined/main.js:1:77: msgid argument is not a string literal: __(t?"arr is set":"arr is not set","domain")",
"message": "undefined/main.js:1:76: msgid argument is not a string literal: __(t?"arr is set":"arr is not set","domain")",
},
{
"compilerPath": "undefined",
"message": "undefined/main.js:1:187: msgid argument is not a string literal: __(t?"func is set":"func is not set","domain")",
"message": "undefined/main.js:1:186: msgid argument is not a string literal: __(t?"func is set":"func is not set","domain")",
},
{
"compilerPath": "undefined",
"message": "undefined/main.js:1:376: msgid argument is not a string literal: __(t?"regex is set":"regex is not set","domain")",
"message": "undefined/main.js:1:374: msgid argument is not a string literal: __(t?"regex is set":"regex is not set","domain")",
},
{
"compilerPath": "undefined",
"message": "undefined/main.js:1:490: msgid argument is not a string literal: __(t?"string is set":"string is not set","domain")",
"message": "undefined/main.js:1:488: msgid argument is not a string literal: __(t?"string is set":"string is not set","domain")",
},
{
"compilerPath": "undefined",
Expand Down

0 comments on commit b24d936

Please sign in to comment.