From 5bd2272afaaba8af9269f2b7fe9e34381933df7e Mon Sep 17 00:00:00 2001 From: Essem Date: Sun, 25 Feb 2024 16:14:05 -0600 Subject: [PATCH] Fix oddity --- locales/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/index.d.ts b/locales/index.d.ts index 40b3d3c772..e010589e62 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -5090,10 +5090,10 @@ export interface Locale extends ILocale { */ "enableHorizontalSwipe": string; /** - * 言語なし + * 言語なし */ "noLanguage": string; - /* + /** * 読み込み中 */ "loading": string;