Skip to content

Commit 64cb8f7

Browse files
y3rshsfoster1
andauthored
Update app/scripts/localizationCompare.ts
Co-authored-by: Seth Foster <[email protected]>
1 parent 3c85943 commit 64cb8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/scripts/localizationCompare.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const compare = (
131131
const zhKeys = new Set(Object.keys(zhMap))
132132

133133
const missingInZh = enKeys.difference(zhKeys)
134-
const extraInZh: string[] = []
134+
const extraInZh = zhKeys.difference(enKeys)
135135
const emptyEn: string[] = []
136136
const emptyZh: string[] = []
137137

0 commit comments

Comments
 (0)