use witel webapp builder
This commit is contained in:
14
src/core/data/languageList.js
Normal file
14
src/core/data/languageList.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import {FA_DATATABLE_LOCALIZATION} from "&/locales/fa/datatable";
|
||||
|
||||
const languageList = [
|
||||
{
|
||||
key: "fa",
|
||||
dir: 'rtl',
|
||||
name: "فارسی",
|
||||
fontFamily: `IRANSans, sans-serif`,
|
||||
tableLocalization: FA_DATATABLE_LOCALIZATION,
|
||||
chartLocalization: null
|
||||
}
|
||||
];
|
||||
|
||||
export default languageList;
|
||||
Reference in New Issue
Block a user