Skip to content

Commit

Permalink
Fix bad JSON (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang authored Oct 3, 2023
1 parent eba011b commit 14cf72d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"X_HOURS_LOWERCASED": "{X} hours",
"X_MINUTES_LOWERCASED": "{X} minutes",
"X_MINUTES": "{X} Minutes",
"X_SECONDS_LOWERCASED": "{X} seconds",
"X_SECONDS_LOWERCASED": "{X} seconds"
},
"ABOUT": "About",
"ACADEMY": "Academy",
Expand Down Expand Up @@ -1799,4 +1799,4 @@
"TAKE_PROFIT_MARKET_ORDER_MAY_NOT_EXECUTE": "Take Profit Market"
}
}
}
}
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.20",
"version": "0.1.21",
"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 ./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 14cf72d

Please sign in to comment.