| Summary: | Rename XML files to unique names all over the dir hierarchy | ||
|---|---|---|---|
| Product: | [Fedora] Fedora Documentation | Reporter: | Jérôme Fenal <jfenal> |
| Component: | defensive-coding-guide | Assignee: | Florian Weimer <fweimer> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Eric Christensen <sparks> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | devel | CC: | fweimer, jfenal, sparks |
| 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: | 2013-09-10 13:45:55 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: | |
|
Description
Jérôme Fenal
2013-08-25 08:10:32 UTC
(In reply to Jérôme Fenal from comment #0) > The guide XML files hierarchy shows file in different sub-directories with > the same name. > This makes pushing the resources to Transifex to translation a > non-predictable process, with only one of those non unique names being > translated. Is it okay to use subdirectories as long as the file names are globally unique, or should I move all files into a single directory? Yes, the non-unique file names do cause problems but I thought I had seen only non-translateable text in the non-unique files. I discussed this with Eric Christensen and we're going to move all XML files into a single directory. Fixed in commit 8350ea4f6175e074e9d29b223b442e524fc552af. Thanks. |