Skip to content

Remove unused ml_IN locale file

Josianne Hyson requested to merge jh-remove_unused_locale into master

What does this MR do?

Remove the locale/ml_IN/gitlab.po file. This file is not being targeted in Crowdin (so we cannot add new translations). It is also not in the available languages list (so it cannot be selected in the GitLab UI).

This file is causing issues with completing #228846 (closed) as we're trying to remove all HTML from translations so that they will pass the linter. Because this file cannot be synced, we're unable to remove HTML from these translations.

Remove the file as it's no longer translatable.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • ~~Label as security and @ mention @gitlab-com/gl-security/appsec~~
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports