Formatting

This commit is contained in:
Samuel Elliott 2023-06-02 17:15:46 +01:00
parent b306d1d786
commit 1af368d80e
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
2 changed files with 4 additions and 4 deletions

View File

@ -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 = {

View File

@ -349,4 +349,4 @@ export const addaccountmanual_window = {
cancel: 'キャンセル',
save: 'アカウントを追加',
};
};