Closed Bug 770442 Opened 12 years ago Closed 12 years ago

Unlocalizable strings on the page "Statistics"

Categories

(Marketplace Graveyard :: Statistics, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: JasnaPaka, Assigned: clouserw)

Details

Attachments

(3 files)

https://marketplace-dev.allizom.org/dbg/app/favimon-beta/statistics/?last=30
* "custom range"

https://marketplace-dev.allizom.org/dbg/app/favimon-beta/statistics/sales/?last=30
* links "Amount Earned",  "Units Sold" and "Units Refunded"
* "Metric Type", "Currency" and "Source"
* "Amount Earned by Date"
* "Amount Earned"
* graph has english strings

With graph there is a problem on all subpages. It looks like we cannot localize strings which are in.
(In reply to Pavel Cvrcek (Mozilla.cz) [:JasnaPaka] from comment #0)
> https://marketplace-dev.allizom.org/dbg/app/favimon-beta/statistics/?last=30
> * "custom range"

It's there: https://github.com/mozilla/zamboni/blob/master/mkt/stats/templates/appstats/stats.html#L115 Locales haven't been updated to reflect this though.

> https://marketplace-dev.allizom.org/dbg/app/favimon-beta/statistics/sales/
> ?last=30
> * links "Amount Earned",  "Units Sold" and "Units Refunded"
> * "Metric Type", "Currency" and "Source"
> * "Amount Earned by Date"
> * "Amount Earned"
> * graph has english strings

I'm not sure I understand the problem. These strings have also recently changed, but are you saying that none of these above are localized?

/Users/chris/Sites/projects/zamboni3/media/js/mkt/stats/chart.js:
  278              switch (metricTypes[metric]) {
  279                  case "currency": case "revenue":
  280:                     baseConfig.yAxis.title.text = gettext('Amount Earned');
  281                      yFormatter = currencyFormatter;
  282                      break;

/Users/chris/Sites/projects/zamboni3/media/js/mkt/stats/csv_keys.js:
    7      },
    8      revenue: {
    9:         'count': gettext('Amount Earned')
   10      },
   11      sales: {
   ..
   16      },
   17      currency_revenue: {
   18:         'count': gettext('Amount Earned')
   19      },
   20      currency_sales: {
   ..
   25      },
   26      source_revenue: {
   27:         'count': gettext('Amount Earned')
   28      },
   29      source_sales: {
   ..
  126          ],
  127          'revenue' : [
  128:             gettext('Amount Earned, last {0} days'),
  129:             gettext('Amount Earned {0} to {1}')
  130          ],
  131          'refunds' : [
  ...
  138          ],
  139          'currency_revenue' : [
  140:             gettext('Total Amount Earned by Currency'),
  141:             gettext('Total Amount Earned by Currency')
  142          ],
  143          'currency_refunds' : [
  ...
  150          ],
  151          'source_revenue' : [
  152:             gettext('Total Amount Earned by Source'),
  153:             gettext('Total Amount Earned by Source')
  154          ],
  155          'source_refunds' : [

/Users/chris/Sites/projects/zamboni3/mkt/stats/templates/appstats/reports/currency.html:
    4    <div class="criteria sales-filters island">
    5      {% set links = [
    6:       (addon.get_stats_url(action='currency_revenue', inapp=inapp), _('Amount Earned')),
    7        (addon.get_stats_url(action='currency_sales', inapp=inapp), _('Units Sold')),
    8        (addon.get_stats_url(action='currency_refunds', inapp=inapp), _('Units Refunded'))

/Users/chris/Sites/projects/zamboni3/mkt/stats/templates/appstats/reports/currency_revenue.html:
    1  {% extends 'appstats/reports/currency.html' %}
    2  
    3: {% set title = _('Amount Earned by Currency') %}
    4  

/Users/chris/Sites/projects/zamboni3/mkt/stats/templates/appstats/reports/finance.html:
    8    <div class="criteria sales-filters island">
    9      {% set links = [
   10:       (addon.get_stats_url(action='revenue', inapp=inapp), _('Amount Earned')),
   11        (addon.get_stats_url(action='sales', inapp=inapp), _('Units Sold')),
   12        (addon.get_stats_url(action='refunds', inapp=inapp), _('Units Refunded'))

/Users/chris/Sites/projects/zamboni3/mkt/stats/templates/appstats/reports/revenue.html:
    1  {% extends 'appstats/reports/finance.html' %}
    2  
    3: {% set title = _('Amount Earned by Date') %}
    4  

/Users/chris/Sites/projects/zamboni3/mkt/stats/templates/appstats/reports/source.html:
    4    <div class="criteria sales-filters island">
    5      {% set links = [
    6:       (addon.get_stats_url(action='source_revenue', inapp=inapp), _('Amount Earned')),
    7        (addon.get_stats_url(action='source_sales', inapp=inapp), _('Units Sold')),
    8        (addon.get_stats_url(action='source_refunds', inapp=inapp), _('Units Refunded'))

> With graph there is a problem on all subpages. It looks like we cannot
> localize strings which are in.

Like which parts? The numerals?
Component: General → Statistics
QA Contact: general → statistics
Attached image Screenshot
(In reply to Chris Van Wiemeersch [:cvan] from comment #1)
> > https://marketplace-dev.allizom.org/dbg/app/favimon-beta/statistics/sales/
> > ?last=30
> > * links "Amount Earned",  "Units Sold" and "Units Refunded"
> > * "Metric Type", "Currency" and "Source"
> > * "Amount Earned by Date"
> > * "Amount Earned"
> > * graph has english strings
> 
> I'm not sure I understand the problem. These strings have also recently
> changed, but are you saying that none of these above are localized?

See screenshot. All these strings are not localizable at this moment. I'm talking about current situation which I can see on the stage server and what I see in .po file.
This bug (and the others like it) are usually caused by my not extracting l10n yet.  I pulled new strings, these are in the .po now. Thanks.
Assignee: nobody → clouserw
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Not all the strings are localized. Please see attached screenshot. If these strings should not be localized, please close the bug again.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Everything is localized now.  Eg. https://marketplace-dev.allizom.org/app/evernote-web/statistics/?last=30
Status: REOPENED → RESOLVED
Closed: 12 years ago12 years ago
Resolution: --- → FIXED
Please let me know if the sections from the last attachment should be localized. 
If not, please close the bug again.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
The debug language uses en-US dates so I think all of those are fine.
Status: REOPENED → RESOLVED
Closed: 12 years ago12 years ago
Resolution: --- → FIXED
Then I will mark it as verified based on the same screenshot.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: