Skip to content

Commit a880320

Browse files
committed
Format
1 parent 273a162 commit a880320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/lib/constants/locale.constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ export const enabledLocales = ["en", "es", "ur"];
77
const rtlLocales = ["ur"];
88

99
export const getLocaleDirection = (locale: string): "ltr" | "rtl" =>
10-
rtlLocales.includes(locale) ? "rtl" : "ltr";
10+
rtlLocales.includes(locale) ? "rtl" : "ltr";

0 commit comments

Comments
 (0)