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