From: Andy Allan Date: Wed, 15 Mar 2023 18:08:59 +0000 (+0000) Subject: Use .with_locale for about page X-Git-Tag: live~1798^2~2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/a91afa0e78a5fa3e54aee38ec64c43fcea0b7abb?hp=a91afa0e78a5fa3e54aee38ec64c43fcea0b7abb Use .with_locale for about page This simplifies the code, since we can avoid having to specify the locale for every translation. The test was added since I originally developed another approach, but that caused exceptions on invalid locales. ---