You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: copydecks/en/copydeck.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@
6
6
7
7
"glossaryForTranslators": {
8
8
"about": "Tokens written as {{token_name}} are filled in automatically at render time with real values from the Python error. You may move them to suit your language's word order, but do not translate, rename, or remove them. No HTML is needed around them as styling is applied automatically. Keys starting with _ are metadata for translators - do not translate or modify them.",
9
+
"errors": "Top-level keys within 'errors', eg. 'NameError', should never be translated",
10
+
"if": "'if' keys and their contents, eg. 'match_message', should never be translated",
9
11
"tokens": {
10
12
"name": {
11
13
"description": "The Python variable or identifier that caused the error.",
0 commit comments