Bug 876506
Summary: | <productname> tag inside <ulink> tag disappears from .po-file | |||
---|---|---|---|---|
Product: | [Retired] Fedora Documentation | Reporter: | Inna Kabanova <ikabanova> | |
Component: | release-notes | Assignee: | Release Notes Tracker <relnotes> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Karsten Wade <kwade> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | devel | CC: | ikabanova, me, wb8rcr, zach | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 909728 (view as bug list) | Environment: | ||
Last Closed: | 2013-02-10 18:57:43 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 151189, 909728 |
Description
Inna Kabanova
2012-11-14 10:05:02 UTC
The same situation is in the Desktop.po file. Xml-string (line 40): "<emphasis>Support for <productname>ActiveSync</productname> Accounts</emphasis>: You can use the <application>GNOME</application> <function>online accounts</function> feature to connect your desktop with your online accounts. GNOME already includes a connector for <trademark>Google</trademark> accounts, and <productname>GNOME 3.6</productname> adds a connector for <productname>ActiveSync</productname> (or <productname>Microsoft Exchange</productname>) accounts." String in po-file: "<emphasis>Support for Accounts</emphasis>: You can use the " "<application>GNOME</application> <function>online accounts</function> " "feature to connect your desktop with your online accounts. GNOME already " "includes a connector for <trademark>Google</trademark> accounts, and " "<productname>GNOME 3.6</productname> adds a connector for " "<productname>ActiveSync</productname> (or <productname>Microsoft " "Exchange</productname>) accounts." "<productname>ActiveSync</productname>" part is missed within <emphasis> tag - "<emphasis>Support for Accounts</emphasis>". So the result document doesn't include the translation of this string. One more issue from Desktop.po file: Xml-string (line 70): "<emphasis>Improved Notification System</emphasis>: <application>GNOME 3.0</application> included a new way for applications to send notifications to users, called <function>Message Tray</function>. <productname>GNOME 3.6</productname> enhances the <function>Message Tray</function> to help users remain focused and know whether notifications are urgent. For more information, refer to the <ulink url="https://live.gnome.org/GnomeShell/Design/Guidelines/MessageTray"><orgname>GNOME</orgname> documentation</ulink>." String in po-file: "<emphasis>Improved Notification System</emphasis>: <application>GNOME " "3.0</application> included a new way for applications to send notifications " "to users, called <function>Message Tray</function>. <productname>GNOME " "3.6</productname> enhances the <function>Message Tray</function> to help " "users remain focused and know whether notifications are urgent. For more " "information, refer to the" The "<ulink url="https://live.gnome.org/GnomeShell/Design/Guidelines/MessageTray"><orgname>GNOME</orgname> documentation</ulink>" part is missing whole. I've changed the source XML in the release notes to keep these strings whole. Thanks for catching this, Inna. I'm closing this because the markup was changed to prevent the impact of the issue described. Thanks for identifying the problem and driving the fix, Inna. I have cloned this bug to create a new one for publican itself, https://bugzilla.redhat.com/show_bug.cgi?id=909728 |