This message was imported from the Ruby/Rails Modularity Slack server. Find more info in the import thread.
Message originally sent by slack user U722X9GVQWA
What approaches have teams taken for localization dictionaries when splitting up into packs? A single large dictionary in the root config/locales? Or does each pack have its own locales for its own code? It seems like locales per pack is preferred, but could get difficult to manage and to move around all those keys which could become fairly manual as well.
At least in my work, we moved everything that was related to the packs content. Localization files, asdets used only there, we are even considering moving migrations (or at least new ones)