@dydxprotocol/v4-localization 1.1.400 → 1.1.402
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/config/localization/en/app.json +8 -0
- package/config/localization/fr/app.json +107 -5
- package/config/localization/ja/app.json +99 -19
- package/config/localization/ko/app.json +97 -17
- package/config/localization/ru/app.json +119 -13
- package/config/localization/zh-CN/app.json +426 -320
- package/package.json +1 -1
- package/scripts/generated/app.ts +5 -0
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1272,6 +1272,11 @@ export const APP_STRING_KEYS = {
|
|
|
1272
1272
|
UPDATED: 'APP.NOTIFICATIONS.UPDATED',
|
|
1273
1273
|
UPDATING: 'APP.NOTIFICATIONS.UPDATING',
|
|
1274
1274
|
|
|
1275
|
+
// NO_FEE_APRIL_BANNER
|
|
1276
|
+
|
|
1277
|
+
NO_FEE_APRIL_BANNER_CTA: 'APP.NO_FEE_APRIL_BANNER.NO_FEE_APRIL_BANNER_CTA',
|
|
1278
|
+
NO_FEE_APRIL_BANNER_TITLE: 'APP.NO_FEE_APRIL_BANNER.NO_FEE_APRIL_BANNER_TITLE',
|
|
1279
|
+
|
|
1275
1280
|
// NO_FEE_DECEMBER_BANNER
|
|
1276
1281
|
|
|
1277
1282
|
NO_FEE_DECEMBER_BANNER_TITLE: 'APP.NO_FEE_DECEMBER_BANNER.NO_FEE_DECEMBER_BANNER_TITLE',
|