Skip to content
Snippets Groups Projects

Internationalise Cycle Analytics page

Merged Rubén Dávila requested to merge 28433-internationalise-cycle-analytics-page into master
Compare and
69 files
+ 1829
81
Compare changes
  • Side-by-side
  • Inline
Files
69
@@ -9,9 +9,9 @@ export default {
<span v-if="count === 50" class="events-info pull-right">
<i class="fa fa-warning has-tooltip"
aria-hidden="true"
title="Limited to showing 50 events at most"
:title="n__('Limited to showing %d event at most', 'Limited to showing %d events at most', 50)"
data-placement="top"></i>
Showing 50 events
{{ n__('Showing %d event', 'Showing %d events', 50) }}
</span>
`,
};
Loading