Skip to content

Commit 1e95970

Browse files
mpretty-cyrogithub-actions[bot]
authored andcommitted
[Automated] Update translations from Crowdin
1 parent d11d033 commit 1e95970

File tree

2 files changed

+668
-16
lines changed

2 files changed

+668
-16
lines changed

run/localizer/constants.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,19 @@ export enum LOCALE_DEFAULTS {
99
token_name_short = 'SESH',
1010
usd_name_short = 'USD',
1111
app_pro = 'Session Pro',
12+
session_foundation = 'Session Foundation',
13+
pro = 'Pro',
1214
}
1315

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

16-
export const crowdinLocales = ['en'] as const;
18+
export const crowdinLocales = [
19+
'en',
20+
] as const;
1721

1822
export type CrowdinLocale = (typeof crowdinLocales)[number];
1923

2024
export function isCrowdinLocale(locale: string): locale is CrowdinLocale {
2125
return crowdinLocales.includes(locale as CrowdinLocale);
2226
}
27+

0 commit comments

Comments
 (0)