diff --git a/src/UI/i18n/Translation.ts b/src/UI/i18n/Translation.ts
index 26fe70806..45f725bcc 100644
--- a/src/UI/i18n/Translation.ts
+++ b/src/UI/i18n/Translation.ts
@@ -244,7 +244,7 @@ export class Translation extends BaseUIElement {
continue
}
let txt = this.translations[lng]
- txt = txt.replace(/(\.|
|
).*/, "")
+ txt = txt.replace(/(\.|
|
|。).*/, "")
txt = Utils.EllipsesAfter(txt, 255)
tr[lng] = txt.trim()
}