Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Rails 项目中,我必须处理很多字符串,这些字符串在不同的视图中多次使用。将它们集中存储以便将来重用/维护/更改它们的最佳方法是什么?也许已经有一些我不知道的约定?
看看rails提供的I18n设施。即使您的应用程序只有一种语言,同样的原则也适用。