From 69f0703701c0e463cb6f3fb1427e7d6f4c13a893 Mon Sep 17 00:00:00 2001 From: Li Kui <90845831+likui628@users.noreply.github.com> Date: Fri, 2 Aug 2024 06:41:31 +0800 Subject: [PATCH] fix: correct i18n translation (#3996) --- README.zh-CN.md | 2 +- .../layouts/src/widgets/preferences/blocks/layout/content.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.zh-CN.md b/README.zh-CN.md index 65b4e3c5..da539888 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -39,7 +39,7 @@ Vue Vben Admin 是 Vue Vben Admin 的升级版本。作为一个免费开源的 在 Gitpod(适用于 GitHub 的免费在线开发环境)中打开项目,并立即开始编码. -[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://github.com/vbenjs/vue-vben-admin) +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/vbenjs/vue-vben-admin) ## 文档 diff --git a/packages/effects/layouts/src/widgets/preferences/blocks/layout/content.vue b/packages/effects/layouts/src/widgets/preferences/blocks/layout/content.vue index 43d28b6b..cd773771 100644 --- a/packages/effects/layouts/src/widgets/preferences/blocks/layout/content.vue +++ b/packages/effects/layouts/src/widgets/preferences/blocks/layout/content.vue @@ -22,7 +22,7 @@ const PRESET = computed(() => [ type: 'wide', }, { - name: '定宽', + name: $t('preferences.compact'), type: 'compact', }, ]);