From fe6a26dde9d6d516d444f2b099450cf6a95e4a6b Mon Sep 17 00:00:00 2001 From: edX Transifex Bot Date: Sun, 12 Jul 2020 21:22:45 +0000 Subject: [PATCH] fix(i18n): update translations --- src/i18n/messages/ar.json | 4 +++- src/i18n/messages/es_419.json | 4 +++- src/i18n/messages/fr.json | 4 +++- src/i18n/messages/zh_CN.json | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/i18n/messages/ar.json b/src/i18n/messages/ar.json index 0967ef424..4433f05bf 100644 --- a/src/i18n/messages/ar.json +++ b/src/i18n/messages/ar.json @@ -1 +1,3 @@ -{} +{ + "authoring.example.hello": "Hello World!" +} \ No newline at end of file diff --git a/src/i18n/messages/es_419.json b/src/i18n/messages/es_419.json index 0967ef424..4433f05bf 100644 --- a/src/i18n/messages/es_419.json +++ b/src/i18n/messages/es_419.json @@ -1 +1,3 @@ -{} +{ + "authoring.example.hello": "Hello World!" +} \ No newline at end of file diff --git a/src/i18n/messages/fr.json b/src/i18n/messages/fr.json index 0967ef424..4433f05bf 100644 --- a/src/i18n/messages/fr.json +++ b/src/i18n/messages/fr.json @@ -1 +1,3 @@ -{} +{ + "authoring.example.hello": "Hello World!" +} \ No newline at end of file diff --git a/src/i18n/messages/zh_CN.json b/src/i18n/messages/zh_CN.json index 0967ef424..4433f05bf 100644 --- a/src/i18n/messages/zh_CN.json +++ b/src/i18n/messages/zh_CN.json @@ -1 +1,3 @@ -{} +{ + "authoring.example.hello": "Hello World!" +} \ No newline at end of file