Skip to content

Commit 98b03c8

Browse files
Update CONVENTIONS.md
1 parent d0fca0a commit 98b03c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONVENTIONS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class SampleModelAdmin(SuperAppModelAdmin):
116116
- Enforce Django security best practices (CSRF, XSS, SQL injection protections).
117117

118118
## Translation Convention
119-
- Add translation items explicitly in `AppTranslations` from `backend/superapp/apps/easywindow/enums.py`.
119+
- Make sure that every string which is displayed to the end user is using _('XXX') from Django.
120120

121121
Follow Django and SuperApp documentation for detailed practices.
122122

0 commit comments

Comments
 (0)