Bug 858827 - Poor i18n practice in pools/_scoreboard_show.html.haml
Summary: Poor i18n practice in pools/_scoreboard_show.html.haml
Keywords:
Status: CLOSED EOL
Alias: None
Product: CloudForms Cloud Engine
Classification: Retired
Component: aeolus-conductor
Version: 1.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: rc
Assignee: Angus Thomas
QA Contact: Rehana
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-09-19 18:33 UTC by Matt Wagner
Modified: 2020-03-27 18:40 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2020-03-27 18:40:30 UTC
Embargoed:


Attachments (Terms of Use)

Description Matt Wagner 2012-09-19 18:33:09 UTC
Description of problem:
This was highlighted in https://bugzilla.redhat.com/show_bug.cgi?id=837027 but because it's after string freeze, I cannot fix this right now.

In the pools/_scoreboard_show partial, we include this:

        %dt
          = t("pool")
          = t("quota_used")


That's wrong. We should use one string for that (e.g., t(".pool_quota_used")), rather than trying to concatenate various other translations. We can't assume that all languages will combine them in that order.


Note You need to log in before you can comment on or make changes to this bug.