Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 676cb32

Browse filesBrowse files
committed
feat(i18n): add another error message
1 parent 886b40f commit 676cb32
Copy full SHA for 676cb32

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎locales/en.json

Copy file name to clipboardExpand all lines: locales/en.json
+3-2Lines changed: 3 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.