Skip to content

Commit

Permalink
Add translation for actions (#418)
Browse files Browse the repository at this point in the history
* actions

* forgot to generate
  • Loading branch information
moo-onthelawn authored Apr 26, 2024
1 parent ee87b49 commit 3bdfc66
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"ACCOUNT": "Account",
"ACKNOWLEDGEMENT": "Acknowledgement",
"ACTION": "Action",
"ACTIONS": "Actions",
"ACTIVE": "Active",
"ADDING": "Adding",
"ADDRESS": "Address",
Expand Down
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": "1.1.72",
"version": "1.1.73",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
3 changes: 2 additions & 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 ./codegen_localization_app.swift

export const APP_STRING_KEYS = {

Expand Down Expand Up @@ -246,6 +246,7 @@ export const APP_STRING_KEYS = {
ACCOUNT_LEVERAGE: 'APP.GENERAL.ACCOUNT_LEVERAGE',
ACKNOWLEDGEMENT: 'APP.GENERAL.ACKNOWLEDGEMENT',
ACTION: 'APP.GENERAL.ACTION',
ACTIONS: 'APP.GENERAL.ACTIONS',
ACTIVE: 'APP.GENERAL.ACTIVE',
ADDING: 'APP.GENERAL.ADDING',
ADDRESS: 'APP.GENERAL.ADDRESS',
Expand Down

0 comments on commit 3bdfc66

Please sign in to comment.