Skip to content

Commit

Permalink
chore: add i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteZhang1024 committed Mar 21, 2024
1 parent c12e13c commit f9fa8bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hardware/instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const getHardwareSDKInstance = memoizee(
const settings: Partial<ConnectSettings> = {
debug: true,
connectSrc: 'https://jssdk.onekey.so/0.3.41/',
preRelease: true,
preRelease: false,
fetchConfig: true,
};

Expand Down
2 changes: 1 addition & 1 deletion src/locales/en-US.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"TR_CLOSE": "close",
"TR_RES_REPAIR": "For OneKey Touch device, if there are problems such as picture display, you can click the fix button to restore the resources",
"TR_RES_REPAIR": "For {0} device, if there are problems such as picture display, you can click the fix button to restore the resources",
"TR_CLICK_TO_REPAIR": "click to fix",
"TR_FIRMWARE_UPDATE_1": "Please first upgrade your OneKey Touch firmware to {version} or above",
"TR_FIRMWARE_UPDATE_2": "current version",
Expand Down

0 comments on commit f9fa8bb

Please sign in to comment.