Skip to content

Commit

Permalink
Fix bad Japanese (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang authored Oct 23, 2023
1 parent b5093fc commit 84c3ef9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/localization/ja/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"DECREASED": "減少しました",
"DECREASING": "減少",
"DEFAULT": "デフォルト",
"DEFI": "\nDeFi",
"DEFI": "DeFi",
"DEGRADED": "低下",
"DEPOSIT_FUNDS": "資金を入金",
"DEPOSIT_MORE": "さらに入金する",
Expand Down Expand Up @@ -1821,4 +1821,4 @@
"TAKE_PROFIT_MARKET_ORDER_MAY_NOT_EXECUTE": "利益確定成行"
}
}
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "0.1.32",
"version": "0.1.34",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/generated/app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// !! GENERATED FILE - DO NOT EDIT

// Generated from config/localization/en/app.json using scripts/codegen_localization_app.swift
// Generated from ./config/localization/en/app.json using scripts/codegen_localization_app.swift

export const APP_STRING_KEYS = {

Expand Down

0 comments on commit 84c3ef9

Please sign in to comment.