Skip to content

Commit

Permalink
Commit translation_old.json (#451)
Browse files Browse the repository at this point in the history
i18next-parse is stateful. Apparently, the contents of the
translation_old.json are taken into account, too.
  • Loading branch information
jgonggrijp committed May 1, 2022
1 parent 11af496 commit 3b0352e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/src/i18n/en/translation_old.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"typeHints": {
"integer": "Include extra leading zeros to force interpretation as an integer type.",
"base64Binary": "Include internal whitespace to force interpretation as base 64 binary data.",
"gYear": "Include time zone information (such as a final “Z”) to force interpretation as a Gregorian year.",
"string": "Start with a space to force interpretation as text or a derived string type."
}
}

0 comments on commit 3b0352e

Please sign in to comment.