Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A administrate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 32
    • Merge requests 32
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • thoughtbot, inc.
  • administrate
  • Merge requests
  • !237

Move locale files to correct location

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge gw-locales into master Nov 13, 2015
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 6

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

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: gw-locales