File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -909,6 +909,7 @@ const CONST = {
909909 STAGING_NEW_EXPENSIFY_URL : 'https://staging.new.expensify.com' ,
910910 PR_TESTING_NEW_EXPENSIFY_URL : `https://${ Config ?. PULL_REQUEST_NUMBER } .pr-testing.expensify.com` ,
911911 NEWHELP_URL : 'https://help.expensify.com' ,
912+ WHATS_NEW_URL : `${ USE_EXPENSIFY_URL } /blog?category=Product%20Updates` ,
912913 INTERNAL_DEV_EXPENSIFY_URL : 'https://www.expensify.com.dev' ,
913914 IMPORT_TAGS_EXPENSIFY_URL : 'https://help.expensify.com/articles/expensify-classic/workspaces/Create-tags#import-a-spreadsheet-1' ,
914915 IMPORT_TAGS_EXPENSIFY_URL_DEPENDENT_TAGS : 'https://help.expensify.com/articles/expensify-classic/workspaces/Create-tags#multi-level-tags' ,
Original file line number Diff line number Diff line change @@ -215,6 +215,7 @@ import ThumbsUp from '@assets/images/thumbs-up.svg';
215215import Train from '@assets/images/train.svg' ;
216216import Transfer from '@assets/images/transfer.svg' ;
217217import Trashcan from '@assets/images/trashcan.svg' ;
218+ import TreasureChest from '@assets/images/treasure-chest.svg' ;
218219import Unlock from '@assets/images/unlock.svg' ;
219220import UploadAlt from '@assets/images/upload-alt.svg' ;
220221import Upload from '@assets/images/upload.svg' ;
@@ -384,6 +385,7 @@ export {
384385 QBOSquare ,
385386 QrCode ,
386387 QuestionMark ,
388+ TreasureChest ,
387389 Receipt ,
388390 ReceiptPlaceholderPlus ,
389391 ReceiptPlus ,
Original file line number Diff line number Diff line change @@ -1549,6 +1549,7 @@ const translations = {
15491549 phrase4 : 'Datenschutz' ,
15501550 } ,
15511551 help : 'Hilfe' ,
1552+ whatIsNew : 'Was ist neu' ,
15521553 accountSettings : 'Kontoeinstellungen' ,
15531554 account : 'Konto' ,
15541555 general : 'Allgemein' ,
Original file line number Diff line number Diff line change @@ -1526,6 +1526,7 @@ const translations = {
15261526 phrase4 : 'Privacy' ,
15271527 } ,
15281528 help : 'Help' ,
1529+ whatIsNew : "What's new" ,
15291530 accountSettings : 'Account settings' ,
15301531 account : 'Account' ,
15311532 general : 'General' ,
Original file line number Diff line number Diff line change @@ -1523,6 +1523,7 @@ const translations = {
15231523 phrase4 : 'Privacidad' ,
15241524 } ,
15251525 help : 'Ayuda' ,
1526+ whatIsNew : 'Qué hay de nuevo' ,
15261527 accountSettings : 'Configuración de la cuenta' ,
15271528 account : 'Cuenta' ,
15281529 general : 'General' ,
Original file line number Diff line number Diff line change @@ -1547,6 +1547,7 @@ const translations = {
15471547 phrase4 : 'Confidentialité' ,
15481548 } ,
15491549 help : 'Aide' ,
1550+ whatIsNew : 'Quoi de neuf' ,
15501551 accountSettings : 'Paramètres du compte' ,
15511552 account : 'Compte' ,
15521553 general : 'Général' ,
Original file line number Diff line number Diff line change @@ -1541,6 +1541,7 @@ const translations = {
15411541 phrase4 : 'Privacy' ,
15421542 } ,
15431543 help : 'Aiuto' ,
1544+ whatIsNew : 'Novità' ,
15441545 accountSettings : 'Impostazioni account' ,
15451546 account : 'Account' ,
15461547 general : 'Generale' ,
Original file line number Diff line number Diff line change @@ -1540,6 +1540,7 @@ const translations = {
15401540 phrase4 : 'プライバシー' ,
15411541 } ,
15421542 help : '助けて' ,
1543+ whatIsNew : '新着情報' ,
15431544 accountSettings : 'アカウント設定' ,
15441545 account : 'アカウント' ,
15451546 general : '一般' ,
Original file line number Diff line number Diff line change @@ -1542,6 +1542,7 @@ const translations = {
15421542 phrase4: 'Privacy',
15431543 },
15441544 help: 'Help',
1545+ whatIsNew: 'Wat is nieuw',
15451546 accountSettings: 'Accountinstellingen',
15461547 account: 'Account',
15471548 general: 'Algemeen',
You can’t perform that action at this time.
0 commit comments