[openstreetmap/openstreetmap-website] Missing translations should fall back to English (Issue #5819)

Tom Hughes notifications at github.com
Tue Mar 18 22:35:35 UTC 2025


tomhughes left a comment (openstreetmap/openstreetmap-website#5819)

Here's an example, with a resource that exists in `fr` but not in `ga`:

```
open-street-map(dev)> I18n.t("redactions.edit.heading", :locale => "fr")
=> "Modifier le masquage"
open-street-map(dev)> I18n.t("redactions.edit.heading", :locale => "ga")
=> "Edit Redaction"
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/5819#issuecomment-2734885448
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/issues/5819/2734885448 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250318/8e0dc44a/attachment.htm>


More information about the rails-dev mailing list