]> git.openstreetmap.org Git - rails.git/commitdiff
Potlatch's i18n support predates our Rails i18n effort, so it was
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 14 Jul 2009 21:55:40 +0000 (21:55 +0000)
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 14 Jul 2009 21:55:40 +0000 (21:55 +0000)
still doing its own language detection.

Scrap that and use I18n.locale instead, now Potlatch is guaranteed to
use whatever translation the rest of the site uses.

I've tested this by switching the language in preferences back and
forth, and also ensured that Potlatch will fall back on English if the
specified language doesn't exist in its list of translations.


No differences found