Skip to content

Commit

Permalink
fix: add constants.ts back
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilb committed Sep 4, 2024
1 parent 70d83c1 commit 2f331ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ts/localization/constants.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export enum LOCALE_DEFAULTS {
app_name = 'Session',
session_download_url = 'https://getsession.org/download',
gif = 'GIF',
}

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

0 comments on commit 2f331ce

Please sign in to comment.