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.
我正在使用 Ruby on Rails 3.2.2 和 I18n 0.6.0 gem。我想对存储在数据库中的一些数据进行国际化。也就是说,我有一个带有列(属性)的articles数据库表(与一个Article类相关) title,description我想通过关注整个系统的性能和搜索功能来处理翻译问题。
articles
Article
title
description
我怎样才能做到这一点?
这个最近的 railscast 可以帮助你:
http://railscasts.com/episodes/338-globalize3