From 1af368d80e586b617eb33af227f380f8bb601fd7 Mon Sep 17 00:00:00 2001 From: Samuel Elliott Date: Fri, 2 Jun 2023 17:15:46 +0100 Subject: [PATCH] Formatting --- src/app/i18n/index.ts | 6 +++--- src/app/i18n/locale/ja-jp.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/i18n/index.ts b/src/app/i18n/index.ts index f5d1d6d..9706577 100644 --- a/src/app/i18n/index.ts +++ b/src/app/i18n/index.ts @@ -24,9 +24,9 @@ export const languages = { name: 'Japanese', app: () => import('./locale/ja-jp.js'), authors: [ - ['hilot06', 'https://github.com/hilot06'] - ] - } + ['hilot06', 'https://github.com/hilot06'], + ], + }, }; const namespaces = { diff --git a/src/app/i18n/locale/ja-jp.ts b/src/app/i18n/locale/ja-jp.ts index 1a2b2b8..259c4d4 100644 --- a/src/app/i18n/locale/ja-jp.ts +++ b/src/app/i18n/locale/ja-jp.ts @@ -349,4 +349,4 @@ export const addaccountmanual_window = { cancel: 'キャンセル', save: 'アカウントを追加', -}; \ No newline at end of file +};