Skip to content

Commit c69fd2f

Browse files
committed
Add 'What's New' translation in all locales
1 parent 99a0772 commit c69fd2f

12 files changed

Lines changed: 13 additions & 0 deletions

File tree

src/CONST/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,7 @@ const CONST = {
908908
STAGING_NEW_EXPENSIFY_URL: 'https://staging.new.expensify.com',
909909
PR_TESTING_NEW_EXPENSIFY_URL: `https://${Config?.PULL_REQUEST_NUMBER}.pr-testing.expensify.com`,
910910
NEWHELP_URL: 'https://help.expensify.com',
911+
WHATS_NEW: 'https://use.expensify.com/blog?category=Product%20Info',
911912
INTERNAL_DEV_EXPENSIFY_URL: 'https://www.expensify.com.dev',
912913
IMPORT_TAGS_EXPENSIFY_URL: 'https://help.expensify.com/articles/expensify-classic/workspaces/Create-tags#import-a-spreadsheet-1',
913914
IMPORT_TAGS_EXPENSIFY_URL_DEPENDENT_TAGS: 'https://help.expensify.com/articles/expensify-classic/workspaces/Create-tags#multi-level-tags',

src/components/Icon/Expensicons.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ import Printer from '@assets/images/printer.svg';
183183
import Profile from '@assets/images/profile.svg';
184184
import QrCode from '@assets/images/qrcode.svg';
185185
import QuestionMark from '@assets/images/question-mark-circle.svg';
186+
import TreasureChest from '@assets/images/treasure-chest.svg';
186187
import ReceiptBody from '@assets/images/receipt-body.svg';
187188
import ReceiptMultiple from '@assets/images/receipt-multiple.svg';
188189
import ReceiptPlaceholderPlus from '@assets/images/receipt-placeholder-plus.svg';
@@ -392,6 +393,7 @@ export {
392393
QBOSquare,
393394
QrCode,
394395
QuestionMark,
396+
TreasureChest,
395397
Receipt,
396398
ReceiptPlaceholderPlus,
397399
ReceiptPlus,

src/languages/de.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,6 +1537,7 @@ const translations = {
15371537
phrase4: 'Datenschutz',
15381538
},
15391539
help: 'Hilfe',
1540+
whatsnew: "Was ist neu",
15401541
accountSettings: 'Kontoeinstellungen',
15411542
account: 'Konto',
15421543
general: 'Allgemein',

src/languages/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,6 +1514,7 @@ const translations = {
15141514
phrase4: 'Privacy',
15151515
},
15161516
help: 'Help',
1517+
whatsnew: "What's new",
15171518
accountSettings: 'Account settings',
15181519
account: 'Account',
15191520
general: 'General',

src/languages/es.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,6 +1511,7 @@ const translations = {
15111511
phrase4: 'Privacidad',
15121512
},
15131513
help: 'Ayuda',
1514+
whatsnew: "Qué hay de nuevo",
15141515
accountSettings: 'Configuración de la cuenta',
15151516
account: 'Cuenta',
15161517
general: 'General',

src/languages/fr.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,6 +1534,7 @@ const translations = {
15341534
phrase4: 'Confidentialité',
15351535
},
15361536
help: 'Aide',
1537+
whatsnew: "Quoi de neuf",
15371538
accountSettings: 'Paramètres du compte',
15381539
account: 'Compte',
15391540
general: 'Général',

src/languages/it.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,6 +1529,7 @@ const translations = {
15291529
phrase4: 'Privacy',
15301530
},
15311531
help: 'Aiuto',
1532+
whatsnew: "Novità",
15321533
accountSettings: 'Impostazioni account',
15331534
account: 'Account',
15341535
general: 'Generale',

src/languages/ja.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1528,6 +1528,7 @@ const translations = {
15281528
phrase4: 'プライバシー',
15291529
},
15301530
help: '助けて',
1531+
whatsnew: "新着情報",
15311532
accountSettings: 'アカウント設定',
15321533
account: 'アカウント',
15331534
general: '一般',

src/languages/nl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1530,6 +1530,7 @@ const translations = {
15301530
phrase4: 'Privacy',
15311531
},
15321532
help: 'Help',
1533+
whatsnew: "Wat is nieuw",
15331534
accountSettings: 'Accountinstellingen',
15341535
account: 'Account',
15351536
general: 'Algemeen',

src/languages/pl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,6 +1526,7 @@ const translations = {
15261526
phrase4: 'Prywatność',
15271527
},
15281528
help: 'Pomoc',
1529+
whatsnew: "Co nowego",
15291530
accountSettings: 'Ustawienia konta',
15301531
account: 'Konto',
15311532
general: 'Ogólne',

0 commit comments

Comments
 (0)