Skip to content

Commit

Permalink
separate out learn more links
Browse files Browse the repository at this point in the history
  • Loading branch information
aforaleka committed Nov 27, 2023
1 parent 4a52c89 commit 2ad463e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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 scripts/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 @@ -312,6 +312,7 @@ export const APP_STRING_KEYS = {
ALL: 'APP.GENERAL.ALL',
ALL_MARKETS: 'APP.GENERAL.ALL_MARKETS',
AMOUNT: 'APP.GENERAL.AMOUNT',
AND: 'APP.GENERAL.AND',
ANONYMOUS: 'APP.GENERAL.ANONYMOUS',
ARE_UNCHANGED: 'APP.GENERAL.ARE_UNCHANGED',
ARE_YOU_SURE: 'APP.GENERAL.ARE_YOU_SURE',
Expand Down Expand Up @@ -627,7 +628,6 @@ export const APP_STRING_KEYS = {
// LEAGUES

ACTIVE: 'APP.LEAGUES.ACTIVE',
AND: 'APP.LEAGUES.AND',
BRONZE: 'APP.LEAGUES.BRONZE',
BROWSE_LEAGUES: 'APP.LEAGUES.BROWSE_LEAGUES',
BY_RECENT: 'APP.LEAGUES.BY_RECENT',
Expand Down Expand Up @@ -785,6 +785,7 @@ export const APP_STRING_KEYS = {
SLOW_WITHDRAW_PENDING_DESCRIPTION: 'APP.NOTIFICATIONS.SLOW_WITHDRAW_PENDING_DESCRIPTION',
SUSPICIOUS_TRADE: 'APP.NOTIFICATIONS.SUSPICIOUS_TRADE',
SUSPICIOUS_TRADE_BODY: 'APP.NOTIFICATIONS.SUSPICIOUS_TRADE_BODY',
THIRD_PARTY_LINK: 'APP.NOTIFICATIONS.THIRD_PARTY_LINK',

// TRANSFER_STATUS

Expand Down

0 comments on commit 2ad463e

Please sign in to comment.