Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
baletu committed Mar 25, 2024
2 parents d8e6730 + 90197a6 commit b76e7e0
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ env/
venv/
ENV/
env.bak/
venv.bak/
mohit pathak

# Spyder project settings
.spyderproject
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)👈

👆👆👆👆👆👆👆👆👆👆👆

Expand Down
42 changes: 42 additions & 0 deletions simpleui/static/admin/simpleui-x/locale/ar-ye.js
Original file line number Diff line number Diff line change
@@ -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?': 'هل انت متاكد هل تريد الحذف'
}
2 changes: 2 additions & 0 deletions simpleui/templatetags/simpletags.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b76e7e0

Please sign in to comment.