diff --git a/src/lang/en.ts b/src/lang/en.ts index 7b6c44c..2ed57d7 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -25,4 +25,9 @@ export default { PageNotFound: 'Page not found', PageNotFoundTitle: "That Page Can't Be Found", PageNotFoundDesc: "It looks like nothing was found at this location.", + Contact: 'Contact', + GetInTouch: 'Get In Touch', + StayUpToDate: "Stay up to date with our e-newsletter", + EmailAddress: 'Email Address', + Submit: 'Submit', } \ No newline at end of file diff --git a/src/lang/zh-cn.ts b/src/lang/zh-cn.ts index 60b6266..272f95c 100644 --- a/src/lang/zh-cn.ts +++ b/src/lang/zh-cn.ts @@ -25,4 +25,9 @@ export default { PageNotFound: '页面不存在', PageNotFoundTitle: '该页面不存在', PageNotFoundDesc: '这里似乎没有任何发现。', + Contact: '联络方法', + GetInTouch: '联系我们', + StayUpToDate: '通过我们的电子通讯掌握最新动态', + EmailAddress: '电邮地址', + Submit: '提交', } \ No newline at end of file diff --git a/src/lang/zh-tw.ts b/src/lang/zh-tw.ts index e5f591a..19d1468 100644 --- a/src/lang/zh-tw.ts +++ b/src/lang/zh-tw.ts @@ -25,4 +25,9 @@ export default { PageNotFound: '頁面不存在', PageNotFoundTitle: '該頁面不存在', PageNotFoundDesc: '這裡似乎沒有任何發現。', + Contact: '聯絡方法', + GetInTouch: '保持聯繫', + StayUpToDate: '通過我們的電子通訊掌握最新動態', + EmailAddress: '電郵地址', + Submit: '提交', } \ No newline at end of file diff --git a/src/pages/contact-us/index.vue b/src/pages/contact-us/index.vue index 74b45d9..b98b164 100644 --- a/src/pages/contact-us/index.vue +++ b/src/pages/contact-us/index.vue @@ -3,26 +3,26 @@

- CONTACT US + {{ $t('MainHeader.ContactUs') }}

-

Contact

+

{{ $t('Contact') }}

info@code-create.com.hk
-

Get In Touch

-
Stay up to date with our e-newsletter
+

{{ $t('GetInTouch') }}

+
{{ $t('StayUpToDate') }}
{{ error }}
- +
@@ -74,6 +74,7 @@ letter-spacing: 2px; color: #fff; margin-bottom: 50px; + text-transform: uppercase; } } > .contact { diff --git a/src/pages/media/index.vue b/src/pages/media/index.vue index 9644259..324f9bd 100644 --- a/src/pages/media/index.vue +++ b/src/pages/media/index.vue @@ -2,7 +2,9 @@
-

Media

+

+ {{ $t('MainHeader.Media') }} +