-
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Feature(custom): update i18n force update
- Loading branch information
1 parent
5ddc182
commit e9c386d
Showing
14 changed files
with
54 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
export const SHOW_INPUT_BOX = 'SHOW_INPUT_BOX' | ||
export const SHOW_INPUT_BOX_RESPONSE = 'SHOW_INPUT_BOX_RESPONSE' | ||
export const TOGGLE_SHORTKEY_MODIFIED_MODE = 'TOGGLE_SHORTKEY_MODIFIED_MODE' | ||
// talking data | ||
export const TALKING_DATA_APPID = 'B743C16E2989419A9B02EDE9D1E6A530' | ||
export const TALKING_DATA_EVENT = 'TALKING_DATA_EVENT' | ||
// picgo plugin | ||
export const PICGO_CONFIG_PLUGIN = 'PICGO_CONFIG_PLUGIN' | ||
export const PICGO_HANDLE_PLUGIN_ING = 'PICGO_HANDLE_PLUGIN_ING' | ||
export const PICGO_HANDLE_PLUGIN_DONE = 'PICGO_HANDLE_PLUGIN_DONE' | ||
export const PICGO_TOGGLE_PLUGIN = 'PICGO_TOGGLE_PLUGIN' | ||
// picgo uploader | ||
export const RENAME_FILE_NAME = 'RENAME_FILE_NAME' | ||
export const GET_RENAME_FILE_NAME = 'GET_RENAME_FILE_NAME' | ||
export const SHOW_MAIN_PAGE_QRCODE = 'SHOW_MAIN_PAGE_QRCODE' | ||
export const FORCE_UPDATE = 'FORCE_UPDATE' | ||
export const GET_PICBEDS = 'GET_PICBEDS' | ||
// rpc | ||
export const RPC_ACTIONS = 'RPC_ACTIONS' | ||
export const RPC_ACTIONS_INVOKE = 'RPC_ACTIONS_INVOKE' | ||
// i18n | ||
export const GET_CURRENT_LANGUAGE = 'GET_CURRENT_LANGUAGE' | ||
export const GET_LANGUAGE_LIST = 'GET_LANGUAGE_LIST' | ||
export const SET_CURRENT_LANGUAGE = 'SET_CURRENT_LANGUAGE' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters