Skip to content

Commit 676cb32

Browse files
committed
feat(i18n): add another error message
1 parent 886b40f commit 676cb32

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

locales/en.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"No cache entry for `%s` found in `%s`": "No cache entry for %s found in %s",
33
"Integrity verification failed for %s (%s)": "Integrity verification failed for %s (%s)",
44
"Bad data size: expected inserted data to be %s bytes, but got %s instead": "Bad data size: expected inserted data to be %s bytes, but got %s instead",
5-
"Cache input stream was empty": "Cache input stream was empty"
6-
}
5+
"Cache input stream was empty": "Cache input stream was empty",
6+
"Integrity check failed:\n Wanted: %s\n Found: %s": "Integrity check failed:\n Wanted: %s\n Found: %s"
7+
}

0 commit comments

Comments
 (0)