Quantcast
Channel: Dave Copeland :ruby:
Viewing all articles
Browse latest Browse all 489

Article 10

$
0
0

How are people managing i18n in their web apps? There has to be a better way than `t(some_key)` everywhere.

The main issues I am seeing are:

• organizing the key space so it's not just one huge list, but also not so hyper-organized that moving keys from page to page breaks everything

• Quickly going from seeing text on a web page to finding where that text is generated in HTML/template


Viewing all articles
Browse latest Browse all 489