udpate for coming soon
This commit is contained in:
@@ -22,3 +22,7 @@ export function getDictionary(locale: Locale): Dictionary {
|
||||
export function getDirection(locale: Locale): "rtl" | "ltr" {
|
||||
return locale === "ar" ? "rtl" : "ltr";
|
||||
}
|
||||
|
||||
export function getLocaleName(locale: Locale): string {
|
||||
return locale === "ar" ? "العربية" : "English";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user