Skip to content

Commit

Permalink
locale: fix typo (there might be more)
Browse files Browse the repository at this point in the history
  • Loading branch information
3Shain committed Mar 14, 2023
1 parent 7b29e7e commit c0f4aa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/locale/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const en: typeof zh_CN = {
PATH_INVALID: "Path is invalid",
PLEASE_SELECT_A_DIR: "Please select a path",
NOT_SUPPORTED_YET: "Feature not supported yet",
PLEASE_WAIT_FOR_LAUNCHER_UPDATE: "The launcher doesn't support version {0} currently, plese wait for updates",
PLEASE_WAIT_FOR_LAUNCHER_UPDATE: "The launcher doesn't support version {0} currently, please wait for updates",
UNSUPPORTED_VERSION: "Not a supported version",
SELECT_INSTALLATION_DIR: "Please select the game installation directory.\nIf you have already installed the game, select where the game executable file is located",
CANT_OPEN_GAME_FILE: "Failed to access game file",
Expand All @@ -35,7 +35,7 @@ const en: typeof zh_CN = {
UPGRADE_FUNCTION_TBD: "Currently upgrading is not implemented",

DECOMPRESS_FILE_PROGRESS:"Decompressing files",
ALLOCATING_FILE: "Allocation files on disk",
ALLOCATING_FILE: "Allocating files on disk",
DOWNLOADING_FILE_PROGRESS:"Downloading file: {0} ({2}/{3}) {1}/s",

BACKUP_USER_DATA: "Backing up user data",
Expand Down

0 comments on commit c0f4aa4

Please sign in to comment.