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 +};