Fixed locales
Fixed locale related issues
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
ProposalGraph.prototype.draw = function(data) {
|
ProposalGraph.prototype.draw = function(data) {
|
||||||
var xColumnValues = [ 'x' ],
|
var xColumnValues = [ 'x' ],
|
||||||
progressColumnValues = [ this.progressLabel ], // [ '<%= t('.progress') %>' ],
|
progressColumnValues = [ this.progressLabel ],
|
||||||
key;
|
key;
|
||||||
|
|
||||||
for (key in data) {
|
for (key in data) {
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
axis: {
|
axis: {
|
||||||
y: {
|
y: {
|
||||||
label: {
|
label: {
|
||||||
text: this.supportsLabel, // '<%= t '.supports' %> ',
|
text: this.supportsLabel,
|
||||||
position: 'outer-middle'
|
position: 'outer-middle'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<table>
|
<table>
|
||||||
<caption><%= t('.actions') %></caption>
|
<caption><%= t('proposals_dashboard.menu.actions') %></caption>
|
||||||
<% proposed_actions.each do |action| %>
|
<% proposed_actions.each do |action| %>
|
||||||
<%= render partial: 'proposed_action', locals: { action: action } %>
|
<%= render partial: 'proposed_action', locals: { action: action } %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user