[autofix.ci] apply automated fixes
This commit is contained in:
parent
9a5d3dbca4
commit
1b695488e3
@ -38,7 +38,7 @@ describe("Check Translations", () => {
|
|||||||
while ((match = translationRegex.exec(line)) !== null) {
|
while ((match = translationRegex.exec(line)) !== null) {
|
||||||
const key = match.groups.key1 || match.groups.key2;
|
const key = match.groups.key1 || match.groups.key2;
|
||||||
if (key && !enTranslations[key]) {
|
if (key && !enTranslations[key]) {
|
||||||
const [start, end] = match.groups.key1 ? match.indices.groups.key1 : match.indices.groups.key2;
|
const [ start, end ] = match.groups.key1 ? match.indices.groups.key1 : match.indices.groups.key2;
|
||||||
missingKeys.push({
|
missingKeys.push({
|
||||||
filePath,
|
filePath,
|
||||||
lineNum: lineNum + 1,
|
lineNum: lineNum + 1,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user