Skip to content

Commit 4a36f78

Browse files
committed
refactor: update password requirements in Chinese translations to include uppercase letters
1 parent 723aaf3 commit 4a36f78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/locales/zh_CN/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6805,7 +6805,7 @@ msgstr "用户名必须为4-20个字符"
68056805
msgid ""
68066806
"The password must be 6-20 characters long and must be a combination of "
68076807
"letters, numbers, and special characters."
6808-
msgstr "密码必须为6-20个字符,且必须包含字母、数字和特殊字符。"
6808+
msgstr "密码必须为6-20个字符,且必须包含大小写字母、数字和特殊字符。"
68096809

68106810
#: apps/users/serializers/user.py:170
68116811
msgid "Email or username"

apps/locales/zh_Hant/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6805,7 +6805,7 @@ msgstr "用戶名必須為4-20個字符"
68056805
msgid ""
68066806
"The password must be 6-20 characters long and must be a combination of "
68076807
"letters, numbers, and special characters."
6808-
msgstr "密碼必須為6-20個字符,且必須包含字母、數字和特殊字符。"
6808+
msgstr "密碼必須為6-20個字符,且必須包含大小写字母、數字和特殊字符。"
68096809

68106810
#: apps/users/serializers/user.py:170
68116811
msgid "Email or username"

0 commit comments

Comments
 (0)