diff --git a/contact-frontend/packages/modules/i18n/src/locales/en-US.json b/contact-frontend/packages/modules/i18n/src/locales/en-US.json
index 66f4ba7a..3ca5408f 100644
--- a/contact-frontend/packages/modules/i18n/src/locales/en-US.json
+++ b/contact-frontend/packages/modules/i18n/src/locales/en-US.json
@@ -1,5 +1,4 @@
{
- "message": {
- "hello": "hello world"
- }
+ "zh-CN": "Chinese",
+ "en-US": "English"
}
\ No newline at end of file
diff --git a/contact-frontend/packages/modules/i18n/src/locales/zh-CN.json b/contact-frontend/packages/modules/i18n/src/locales/zh-CN.json
index 77edcc88..270754fc 100644
--- a/contact-frontend/packages/modules/i18n/src/locales/zh-CN.json
+++ b/contact-frontend/packages/modules/i18n/src/locales/zh-CN.json
@@ -1,5 +1,4 @@
{
- "message": {
- "hello": "你好"
- }
+ "zh-CN": "中文",
+ "en-US": "English"
}
\ No newline at end of file