@dydxprotocol/v4-localization 1.1.83 → 1.1.84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scripts/generated/app.ts +3 -1
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// !! GENERATED FILE - DO NOT EDIT
|
|
2
2
|
|
|
3
|
-
// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
|
|
3
|
+
// Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift
|
|
4
4
|
|
|
5
5
|
export const APP_STRING_KEYS = {
|
|
6
6
|
|
|
@@ -484,6 +484,8 @@ export const APP_STRING_KEYS = {
|
|
|
484
484
|
SHARE_DYDX: 'APP.GENERAL.SHARE_DYDX',
|
|
485
485
|
SHARE_MESSAGE: 'APP.GENERAL.SHARE_MESSAGE',
|
|
486
486
|
SHORT_POSITION_SHORT: 'APP.GENERAL.SHORT_POSITION_SHORT',
|
|
487
|
+
SHOW: 'APP.GENERAL.SHOW',
|
|
488
|
+
SHOWING_NUM_OUT_OF_TOTAL: 'APP.GENERAL.SHOWING_NUM_OUT_OF_TOTAL',
|
|
487
489
|
SHOW_ALL_DETAILS: 'APP.GENERAL.SHOW_ALL_DETAILS',
|
|
488
490
|
SIDE: 'APP.GENERAL.SIDE',
|
|
489
491
|
SIGN_OUT: 'APP.GENERAL.SIGN_OUT',
|