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/2734885...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to