From 540885474ab3ce0d1ec34b20958f4b63d08597c9 Mon Sep 17 00:00:00 2001 From: Riot Administration Date: Wed, 27 Sep 2017 02:37:22 +0000 Subject: [PATCH] Translated using Weblate (English (United States)) Currently translated at 99.6% (852 of 855 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/en_US/ <<>>>xss --- src/i18n/strings/en_US.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" }