aceman444 left a comment (openstreetmap/openstreetmap-website#5769)

Hi, you cannot take a string produced by Rails (or anything) and then just 
prepend or append any random words to it in OSM strings. That is just invalid 
Internationalization (i18n) of the program. You must allow for translation of 
whole strings or sentences, you cannot randomly concatenate strings into a 
sentence. The added words may change the context of the whole sentence and 
cause some of the other concatenated parts to require different forms of the 
translated words.
See the discussion at 
https://translatewiki.net/wiki/Translating_talk:OpenStreetMap#About_Osm:User_blocks.helper.short.time_in_future_title/en
 .

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

Message ID: 
<openstreetmap/openstreetmap-website/issues/5769/2712131...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to