Skip to content

Commit 7fe046b

Browse files
committed
Fix | Missing Locales
1 parent 1197e59 commit 7fe046b

3 files changed

Lines changed: 4 additions & 256 deletions

File tree

src/commands/config/preset.ts

Lines changed: 0 additions & 256 deletions
This file was deleted.

src/locales/en-US.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ export default {
6262
update_failed_description: `Failed to update the configuration in the database. Please try again.`,
6363
unknown_error_title: `Unknown Error`,
6464
unknown_error_description: `An unexpected error occurred. If the issue persists, please report it through \`/support report\`.`,
65+
unexpected_title: `Unexpected Error`,
66+
unexpected_description: `An unexpected error occurred: {error}`,
6567
invalid_option_title: `Invalid Option`,
6668
invalid_option_description: `The selected option is invalid. Please choose a valid option.`,
6769
brave_api: {

src/locales/ja.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ export default {
6262
update_failed_description: `データベースの設定の更新に失敗しました。もう一度お試しください。`,
6363
unknown_error_title: `不明なエラー`,
6464
unknown_error_description: `予期しないエラーが発生しました。`,
65+
unexpected_title: `予期しないエラー`,
66+
unexpected_description: `予期しないエラーが発生しました:{error}`,
6567
invalid_option_title: `無効なオプション`,
6668
invalid_option_description: `選択されたオプションは無効です。有効なオプションを選択してください。`,
6769
brave_api: {

0 commit comments

Comments
 (0)