From Fedora Project Wiki

m (internal link cleaning)
 
(42 intermediate revisions by 24 users not shown)
Line 18: Line 18:


4: Check the translations & quality of translations
4: Check the translations & quality of translations
=How to file bug=
To file a bug against any Fedora package, please follow the instructions [[L10N#Bug_Reporting.2C_Testing.2C_and_Quality_Assurance|here]].


=Results=
=Results=
Line 26: Line 30:
|Example: abcd (ab_cd)||{{result|fail|ab_cd}}{{result|pass|ab_cd}}||{{bz|12345}}|| This is the comment
|Example: abcd (ab_cd)||{{result|fail|ab_cd}}{{result|pass|ab_cd}}||{{bz|12345}}|| This is the comment
|-
|-
|Spanish (es_ES)||{{result|pass|es_ES}}||{{bz|  }}|| Accents and characters are replaced by question marks, but I assume it is a codification error in the VM.
| ||||||
|-
|Italian (it_IT)||{{result|pass|it_IT}}||{{bz|  }}||
|-
|Russian (ru-RU)||{{result|fail|ru_RU}}||{{bz|  }}|| All error messages are in English including "The password is a palindrome" which is not in a PO-file. To test: enter all spaces as a new password.
|-
|Marathi (mr_IN)||{{result|fail|mr_IN}}||||For mr_IN although ~/cracklib/resource/fault-cracklib-po-cracklib-pot_0/ is 100% localized; found "The password fails the dictionary check", "The password is a palindrome" in english.
|-
|French (fr_FR)||{{result|fail|fr_FR}}||||Translated but translation needs to be reviewed.
|-
|-
|Odia (or_IN)||{{result|fail|or_IN}}||||Untranslated error msg found in case of less that 8 char long password.
|}
|}
[[https://fedoraproject.org/wiki/Test_Day:2012-09-28_l10n Go back to test day]]
[[FLTG/Test_Day:2015-08-18_Translation_%28l10n%29|Go back to test day]]

Latest revision as of 21:21, 19 September 2016

Instruction to run application


Description

This is a translation testing for cracklib package.

How to test

1: Run command passwd

2: Use wrong password, easy password, empty password, special password

3: Check error messages in each password

4: Check the translations & quality of translations

How to file bug

To file a bug against any Fedora package, please follow the instructions here.

Results

Language Result [language code] Bug Comment
Example: abcd (ab_cd)
Fail fail ab_cd
Pass pass ab_cd
RHBZ #12345 This is the comment

Go back to test day