Skip to content

Commit

Permalink
full width punctuation for chinese
Browse files Browse the repository at this point in the history
  • Loading branch information
arily committed Aug 4, 2023
1 parent defa35c commit 8f07f74
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ zh-CN:
<h1 class="mb-2 text-4xl font-bold text-center">
{{ config.title }}
</h1>
<h2 class="font-semibold px-2 sm:px-0 h-sub text-md sm:text-left">
{{ t('landing.content') }}
<h2 class="font-semibold px-2 sm:px-0 h-sub text-md sm:text-left whitespace-pre-line">
{{ t('landing.content', { title: config.title }) }}
</h2>
</div>
<div class="grid grid-cols-2 gap-2 justify-center">
Expand Down
4 changes: 2 additions & 2 deletions src/server/backend/$base/locales/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import type { ServerLocale } from './@types'

export default {
landing: {
content: `这里是一个面向全模式的osu!私服。有则最先进的RX, AP算法, 同时为全模式提供PP计算支持。拥有全图排行榜,以及无限次数的改名机会。
- 如果有更多疑问,可以访问gulag和Guccho的Github仓库。
content: `这里是一个面向全模式的osu!私服。有则最先进的RXAP算法同时为全模式提供PP计算支持。拥有全图排行榜,以及无限次数的改名机会。
- 如果有更多疑问可以访问gulag和Guccho的Github仓库。
- 我们的项目完全开源!`,
},
} satisfies ServerLocale as ServerLocale
9 changes: 5 additions & 4 deletions src/server/backend/[email protected]/locales/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ import type { ServerLocale } from './@types'

export default {
landing: {
content: `欢迎来到 ppy.sb , 一个面向全模式的osu!私服. 我们有最先进的RX, AP算法,
同时为全模式提供PP计算支持. 我们拥有全图排行榜, 以及无限次数的改名机会.
群内的兽耳机器人24小时为您提供成绩查询等服务. 详情请加QQ群: 792778662.
Guccho 新版本目前仍在测试阶段, 如出现问题或有改进建议, 欢迎与我们联系与沟通.`,
content: `欢迎来到 {title} ,一个面向全模式的osu!私服。我们有最先进的RX,AP算法,同时为全模式提供PP计算支持。
我们拥有全图排行榜,以及无限次数的改名机会。
群内的兽耳机器人24小时为您提供成绩查询等服务。
详情请加QQ群: 792778662。
Guccho 新版本目前仍在测试阶段,如出现问题或有改进建议,欢迎与我们联系与沟通。`,
},
} satisfies ServerLocale as ServerLocale

0 comments on commit 8f07f74

Please sign in to comment.