diff --git a/.gitignore b/.gitignore index bf0b2a22..6f50768e 100644 --- a/.gitignore +++ b/.gitignore @@ -91,7 +91,7 @@ env/ venv/ ENV/ env.bak/ -venv.bak/ +mohit pathak # Spyder project settings .spyderproject diff --git a/README.md b/README.md index 1ff5c25f..5d4eaccb 100644 --- a/README.md +++ b/README.md @@ -83,11 +83,11 @@ Demo:[https://www.mldoo.com/demo/simplepro](https://www.mldoo.com/demo/simplep 👇👇👇👇👇👇👇👇👇👇👇 -👉 1.[simpleui文档教程使用说明](https://simpleui.72wo.com/docs/simpleui) 👈 +👉 1.[https://newpanjing.github.io/simpleui_docs/](https://newpanjing.github.io/simpleui_docs/)👈 -👉 2.[simpleui文档教程使用说明](https://simpleui.72wo.com/docs/simpleui)👈 +👉 2.[https://newpanjing.github.io/simpleui_docs/](https://newpanjing.github.io/simpleui_docs/)👈 -👉 3.[simpleui文档教程使用说明](https://simpleui.72wo.com/docs/simpleui)👈 +👉 3.[https://newpanjing.github.io/simpleui_docs/](https://newpanjing.github.io/simpleui_docs/)👈 👆👆👆👆👆👆👆👆👆👆👆 diff --git a/simpleui/static/admin/simpleui-x/locale/ar-ye.js b/simpleui/static/admin/simpleui-x/locale/ar-ye.js new file mode 100644 index 00000000..67efa03c --- /dev/null +++ b/simpleui/static/admin/simpleui-x/locale/ar-ye.js @@ -0,0 +1,42 @@ +var Lanuages = { + "Refresh": "تحديث", + "Close current": "اغلاق الحالي", + "Close other": "اغلاق الاخرى", + "Close all": "اغلاق الكل", + "Open in a new page": "فتح في صفحة جديدة", + "Change theme": "تغيير السمة", + "Default": "الافتراضي", + "Servers": "الخوادم", + "Application information": "معلومات التطبيق", + "Home page": "الصفحة الرئيسية", + "Report issue": "تبليغ عن مشكلة", + + "Select": "تحديد", + "Selected": "المحددة", + + + "Purple": "ارجواني", + "Gray": "رمادي", + "Dark green": "اخضر داكن", + "Orange": "برتقالي", + "Black": "اسود", + "Green": "اخضر", + "Light": "وضع النهار", + + "Number": "رقم", + "Theme name": "اسم السمة", + "Action": "حدث", + + "ConfirmYes": "نعم", + "ConfirmNo": "رفض", + "Tips": "دلائل", + "Are you sure you want them all closed": "هل انت متاكد هل تريد الاغلاق ؟", + + "to": "الى", + "Quick navigation": "الانتقال السريع", + "Go back": 'الرجوع الى الخلف', + + 'Set font size': 'حجم الخط', + 'Reset': 'اعادة الضبط', + 'Are you sure you want to delete the selected?': 'هل انت متاكد هل تريد الحذف' +} \ No newline at end of file diff --git a/simpleui/templatetags/simpletags.py b/simpleui/templatetags/simpletags.py index 8f3578e4..61197522 100644 --- a/simpleui/templatetags/simpletags.py +++ b/simpleui/templatetags/simpletags.py @@ -230,6 +230,8 @@ def menus(context, _get_config=None): config = _get_config('SIMPLEUI_CONFIG') if not config: config = {} + else: + config = config.copy() # if config.get('dynamic', False) is True: # config = _import_reload(_get_config('DJANGO_SETTINGS_MODULE')).SIMPLEUI_CONFIG