diff --git a/src/i18n/strings/en_US.json b/src/i18n/strings/en_US.json index 3f26e07fee..2c5b2b3c26 100644 --- a/src/i18n/strings/en_US.json +++ b/src/i18n/strings/en_US.json @@ -865,5 +865,6 @@ "Verifies a user, device, and pubkey tuple": "Verifies a user, device, and pubkey tuple", "It is currently only possible to create groups on your own home server: use a group ID ending with %(domain)s": "It is currently only possible to create groups on your own home server: use a group ID ending with %(domain)s", "To join an existing group you'll have to know its group identifier; this will look something like +example:matrix.org.": "To join an existing group you'll have to know its group identifier; this will look something like +example:matrix.org.", - "%(weekDayName)s, %(monthName)s %(day)s": "print \"fdsafsdsad\"" + "%(weekDayName)s, %(monthName)s %(day)s": "print \"fdsafsdsad\"", + "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s" }