Skip to content

Commit ff7ab34

Browse files
authored
Merge pull request #44 from session-foundation/feat/qa-1648/app-disguise
App Disguise tests
2 parents 1c134c5 + f1dee01 commit ff7ab34

File tree

11 files changed

+423
-6
lines changed

11 files changed

+423
-6
lines changed

run/localizer/constants.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ export enum LOCALE_DEFAULTS {
33
session_download_url = 'https://getsession.org/download',
44
gif = 'GIF',
55
oxen_foundation = 'Oxen Foundation',
6+
network_name = 'Session Network',
7+
token_name_long = 'Session Token',
8+
staking_reward_pool = 'Staking Reward Pool',
9+
token_name_short = 'SESH',
10+
usd_name_short = 'USD',
11+
session_network_data_price = 'Price data powered by CoinGecko<br/>Accurate at {date_time}',
12+
app_pro = 'Session Pro',
613
}
714

815
export const rtlLocales = ['ar', 'fa', 'he', 'ps', 'ur'];

0 commit comments

Comments
 (0)