mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-06-03 04:00:03 +08:00
Display UI in RTL languages correctly
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
const rtlLanguages = ["ar", "he", "fa", "ps", "ur"];
|
||||
export const isRtl = (language) => rtlLanguages.includes(language);
|
||||
Reference in New Issue
Block a user