fix: add constants.ts back
parent
70d83c1b7e
commit
2f331cefae
@ -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;
|
Loading…
Reference in New Issue