mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-02-12 02:00:40 +08:00
Display UI in RTL languages correctly
This commit is contained in:
2
src/i18n/utils/rtl.js
Normal file
2
src/i18n/utils/rtl.js
Normal file
@@ -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