2
0
mirror of https://github.com/frappe/books.git synced 2024-11-08 14:50:56 +00:00

use tailwindcss-rtl package

This commit is contained in:
zaqoutabed 2023-01-07 13:25:36 +03:00
parent f288e4dde8
commit bf944817cd
2 changed files with 15 additions and 1 deletions

View File

@ -6,4 +6,17 @@ export const DEFAULT_COUNTRY_CODE = 'in';
export const DEFAULT_CURRENCY = 'INR';
export const DEFAULT_LANGUAGE = 'English';
export const DEFAULT_SERIES_START = 1001;
export const DEFAULT_USER = 'Admin';
export const DEFAULT_USER = 'Admin';
export const RTL_LAGNUAGES = [
"Arabic",
"Aramaic",
"Azeri",
"Dhivehi",
"Maldivian",
"Hebrew",
"Kurdish",
"Sorani",
"Persian",
"Farsi",
"Urdu"
];

View File

@ -70,6 +70,7 @@
"prettier": "^2.4.1",
"raw-loader": "^4.0.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"tailwindcss-rtl": "^0.9.0",
"tap-spec": "^5.0.0",
"tape": "^5.6.1",
"ts-node": "^10.7.0",