[openstreetmap/openstreetmap-website] Source of translations of future dates (Issue #5769)
aceman444
notifications at github.com
Tue Mar 11 00:13:17 UTC 2025
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/2712131027 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250310/6504f7ea/attachment.htm>
More information about the rails-dev
mailing list