From 8f11dcf1f3dcf3d2f2ba6335fd3b2ef03057eee4 Mon Sep 17 00:00:00 2001 From: Alex <49969959+alexzhang1030@users.noreply.github.com> Date: Sat, 3 Dec 2022 02:18:16 +0800 Subject: [PATCH] feat(i18n): improve translations (#304) --- components/help/HelpPreview.vue | 13 +++++-------- locales/en-US.json | 7 +++++++ locales/zh-CN.json | 23 ++++++++++++----------- 3 files changed, 24 insertions(+), 19 deletions(-) diff --git a/components/help/HelpPreview.vue b/components/help/HelpPreview.vue index 4272aa09..89f21da8 100644 --- a/components/help/HelpPreview.vue +++ b/components/help/HelpPreview.vue @@ -46,19 +46,16 @@ const teams: Team[] = [ logo

- Elk is in Preview! + {{ $t('help.title') }}

- Thanks for your interest in trying out Elk, our work-in-progress generic Mastodon client! + {{ $t('help.desc_para1') }}

- Expect some bugs and missing features here and there. - We are working hard on the development and improving it over time. - And we will soon invite you to join the force once we make it open source soon! -

-

- Before that, to help boosting out development, you can sponsor our team members with the links below. + {{ $t('help.desc_highlight') }} + {{ $t('help.desc_para2') }}

+ {{ $t('help.desc_para3') }}