@dydxprotocol/v4-localization 1.1.72 → 1.1.73
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
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
|
|
|
@@ -246,6 +246,7 @@ export const APP_STRING_KEYS = {
|
|
|
246
246
|
ACCOUNT_LEVERAGE: 'APP.GENERAL.ACCOUNT_LEVERAGE',
|
|
247
247
|
ACKNOWLEDGEMENT: 'APP.GENERAL.ACKNOWLEDGEMENT',
|
|
248
248
|
ACTION: 'APP.GENERAL.ACTION',
|
|
249
|
+
ACTIONS: 'APP.GENERAL.ACTIONS',
|
|
249
250
|
ACTIVE: 'APP.GENERAL.ACTIVE',
|
|
250
251
|
ADDING: 'APP.GENERAL.ADDING',
|
|
251
252
|
ADDRESS: 'APP.GENERAL.ADDRESS',
|