Skip to content
Snippets Groups Projects

WIP: Cycle analytics translation

Merged Phil Hughes requested to merge js-translations into 28433-internationalise-cycle-analytics-page

What does this MR do?

Adds frontend translating to cycle analytics. This is done through both a Vue filter & a directive.

To make pages aware of the locale JS needs to be includes in the same way that we do our common Vue file with webpack.

However, it also needs an extra step to get to work with Vue.

import Translate from '../vue_shared/translate';

Vue.use(Translate);

This sets up the filter & the directive for the current files Vue installation.

In the Vue files you can do the following:

{{ 'Hello world' | translate }}

Command to get the translations into the JS is rake gettext:po_to_json (https://github.com/webhippie/gettext_i18n_rails_js)

What are the relevant issue numbers?

Closes #28433 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading