Skip to content

Commit

Permalink
[Bug 728710] Localize Highcharts short-months
Browse files Browse the repository at this point in the history
  • Loading branch information
tgavankar committed Feb 29, 2012
1 parent 85ca508 commit 56a0e55
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions media/js/historycharts.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
lang: {
months: [gettext('January'), gettext('February'), gettext('March'), gettext('April'), gettext('May'), gettext('June'), gettext('July'), gettext('August'), gettext('September'), gettext('October'), gettext('November'), gettext('December')],
weekdays: [gettext('Sunday'), gettext('Monday'), gettext('Tuesday'), gettext('Wednesday'), gettext('Thursday'), gettext('Friday'), gettext('Saturday')],
/* L10n: short for the individual months */
shortMonths: [gettext('Jan'), gettext('Feb'), gettext('Mar'), gettext('Apr'), gettext('May'), gettext('Jun'), gettext('Jul'), gettext('Aug'), gettext('Sep'), gettext('Oct'), gettext('Nov'), gettext('Dec')],
loading: gettext('Loading...'),
rangeSelectorFrom: gettext('From'),
rangeSelectorTo: gettext('To'),
Expand Down
13 changes: 13 additions & 0 deletions media/js/kpi.dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,19 @@ Highcharts.setOptions({
gettext('Thursday'),
gettext('Friday'),
gettext('Saturday')],
/* L10n: short for the individual months */
shortMonths: [gettext('Jan'),
gettext('Feb'),
gettext('Mar'),
gettext('Apr'),
gettext('May'),
gettext('Jun'),
gettext('Jul'),
gettext('Aug'),
gettext('Sep'),
gettext('Oct'),
gettext('Nov'),
gettext('Dec')],
loading: gettext('Loading...'),
rangeSelectorFrom: gettext('From'),
rangeSelectorTo: gettext('To'),
Expand Down

0 comments on commit 56a0e55

Please sign in to comment.