Skip to content

List Vanilla JS i18n offences which were not auto-fixed

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

List Vanilla JS i18n offences which were not auto-fixed

This is the list of i18n offences that can't be autofixed and need to be worked through manually.

  • app/assets/javascripts/new_branch_form.js (Original MR)
    • There are a few straightforward strings where require i18n, but there is also a section (toSentence method for example) which would need to possibly be rewritten in order to better cater for i18n.
  • app/assets/javascripts/awards_handler.js (No MR created)
    • Similar to the above example, sentences are built dynamically in this file which makes i18n difficult.
  • ee/app/assets/javascripts/boards/stores/boards_store_ee.js (No MR created)
    • There are strings with words concatenated using + in order for them to be parsed in a URL
  • ee/app/assets/javascripts/ide/lib/create_file_diff.js (No MR created)
    • There are a number of strings with embedded logic which handle generating messages when working with diffs
Edited by 🤖 GitLab Bot 🤖