Skip to content

Commit

Permalink
add keys (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-onthelawn authored May 10, 2024
1 parent 12a24cd commit d0a28ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
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.83",
"version": "1.1.84",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
4 changes: 3 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 @@ -484,6 +484,8 @@ export const APP_STRING_KEYS = {
SHARE_DYDX: 'APP.GENERAL.SHARE_DYDX',
SHARE_MESSAGE: 'APP.GENERAL.SHARE_MESSAGE',
SHORT_POSITION_SHORT: 'APP.GENERAL.SHORT_POSITION_SHORT',
SHOW: 'APP.GENERAL.SHOW',
SHOWING_NUM_OUT_OF_TOTAL: 'APP.GENERAL.SHOWING_NUM_OUT_OF_TOTAL',
SHOW_ALL_DETAILS: 'APP.GENERAL.SHOW_ALL_DETAILS',
SIDE: 'APP.GENERAL.SIDE',
SIGN_OUT: 'APP.GENERAL.SIGN_OUT',
Expand Down

0 comments on commit d0a28ae

Please sign in to comment.