summaryrefslogtreecommitdiff
path: root/spec/javascripts/vue_shared/translate_spec.js
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-081-251/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-061-1/+1
|
* Rename vue_component_helper to text_helperfe-rename-vue-component-helper-cePaul Slaughter2019-05-161-1/+1
| | | | | | **Why?** This file only contains a few text based helper functions. It has nothing to do with Vue or Vue components.
* Frontend: Proper gettext extraction with gettext-extractorπŸŒ΄πŸ‡ΏπŸ‡¦ Lukas Eipert (OOO until Summit)2018-08-161-26/+187
|
* Removed t filter from other placesPhil Hughes2017-04-261-4/+4
|
* Changed JS translation functionsPhil Hughes2017-04-261-4/+4
| | | | Added context function
* Created a plural filterPhil Hughes2017-04-191-0/+90
Added tests for the filter [ci skip]