mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-01-31 11:03:11 +08:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -38,7 +38,7 @@ describe("Check Translations", () => {
|
||||
while ((match = translationRegex.exec(line)) !== null) {
|
||||
const key = match.groups.key1 || match.groups.key2;
|
||||
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({
|
||||
filePath,
|
||||
lineNum: lineNum + 1,
|
||||
|
||||
Reference in New Issue
Block a user