diff --git a/frontend/src/i18n/en/translation_old.json b/frontend/src/i18n/en/translation_old.json new file mode 100644 index 00000000..7598ce4d --- /dev/null +++ b/frontend/src/i18n/en/translation_old.json @@ -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." + } +}