Skip to content

Commit d0cfd75

Browse files
test(i18n): Align test translations with .po files
- Updates the dictionary in to match the ground truth in the and files. - Corrects capitalization for the 'user' translation to ensure tests pass.
1 parent 8b39aaa commit d0cfd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_locale_messages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ class TestTranslations(SimpleTestCase):
366366
"fa_IR": "کاربر",
367367
"ar": "مستخدم",
368368
"de": "Benutzer",
369-
"fr": "Utilisateur",
369+
"fr": "utilisateur",
370370
"tr": "kullanıcı",
371371
"cs": "uživatel",
372372
"es": "usuario",

0 commit comments

Comments
 (0)