Created by: gracewashere
Problem:
In 01e125c1, we rearranged the repository structure to allow people to install from the master branch on github.
While we were working on that commit, several PRs were opened to add
translations to the app. These PRs placed the new translation files in
administrate/config/locales
, which was the correct location at the
time.
After merging 01e125c1, the new correct location is config/locales
.
However, many of the I18n PRs were merged without updating the file path
to the new location. Those locale files will not be found or used by
Administrate.
Solution:
Move all locale files out of administrate/config/locales
and into
config/locales