Bug 1332181
Summary: | Need improvements in string | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Pravin Satpute <psatpute> |
Component: | comps | Assignee: | Stephen Gallagher <sgallagh> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 24 | CC: | kevin, petersen, piotrdrag, pnemade, vpavlin |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-05-04 21:00:19 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Pravin Satpute
2016-05-02 12:48:38 UTC
I'm happy to add a hint or mark things, but I am not sure how to do that in zanata. ;( I'll try and look around, but if you have any hints, let me know. Zanata shows all the comments marked for the strings. The Source files need to have the proper context text added in comment. e.g. here is one context added ============================================================== --- a/comps-f24.xml.in +++ b/comps-f24.xml.in @@ -6368,6 +6368,7 @@ <group> <id>workstation-product</id> <_name>Fedora Workstation product core</_name> + <!-- Fedora Workstation product--> <_description>Packages mandatory for the workstation product.</_description> <default>false</default> <uservisible>false</uservisible> ================================================================ Then generate pot file and you will see this comment appearing in pot file. Once it appeared in pot file for that string, Zanata will also show this context string for translator to understand the meaning of that string. ok, so just making the comment duplicate the name will tell translators to not translate that part of the string? Would you like to make a patch, or just commit these changes to comps and I can push the new pot file to zanata? I have committed following comment at 4 places in F24 and F25 comps. If needed any changes to the comment then please do so. <!-- Translators: Don't translate this product name --> Looks good to me. Thanks! Shall we close this now? Yes, Thanks Parar for jumping in with patch :) Thanks Kevin for pushing it quickly. Perhaps I am nitpicking or should open a separate bug or even just commit, but why don't the original strings use a capital letter? Shouldn't it be "Workstation product" and "Server product"? Is "product" still the right terminology? |