Removing obsolete non-English translation files, these aren't transla… #21927
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…ted and serve no purpose.
Description (*)
This PR is a result of some research done in #21013 (comment)
This removes a bunch of csv files, which were a left over in Magento after all the others got deleted in 9736c70b800
List of files to be removed was created using:
find . -type f -iname '*.csv' -path '*i18n*' | grep -v 'en_US.csv' | grep -v 'dev/tests/'
The only file from this list of deleted files which actually contains a translation is https://github.com/magento/magento2/blob/2.3.0/app/code/Magento/Search/i18n/pt_BR.csv, but I don't think it makes sense to ship Magento with a single translation in Portuguese?
Fixed Issues (if relevant)
Manual testing scenarios (*)
Contribution checklist (*)