@dydxprotocol/v4-localization 1.1.210 → 1.1.211
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
|
|
|
@@ -1863,6 +1863,7 @@ export const APP_STRING_KEYS = {
|
|
|
1863
1863
|
SLIPPAGE_WARNING: 'APP.VAULTS.SLIPPAGE_WARNING',
|
|
1864
1864
|
TVL: 'APP.VAULTS.TVL',
|
|
1865
1865
|
VAULT: 'APP.VAULTS.VAULT',
|
|
1866
|
+
VAULTS: 'APP.VAULTS.VAULTS',
|
|
1866
1867
|
VAULT_DESCRIPTION: 'APP.VAULTS.VAULT_DESCRIPTION',
|
|
1867
1868
|
VAULT_EQUITY: 'APP.VAULTS.VAULT_EQUITY',
|
|
1868
1869
|
VAULT_FAQS: 'APP.VAULTS.VAULT_FAQS',
|