openstreetmap / openstreetmap-website

The Rails application that powers OpenStreetMap
https://www.openstreetmap.org/
GNU General Public License v2.0
2.21k stars 917 forks source link

Remove unnecessary comma from several translatable messages #5220

Closed amire80 closed 2 months ago

AntonKhorev commented 2 months ago

That comma is from ages ago https://github.com/openstreetmap/openstreetmap-website/commit/e0e849c91c66232c986a54da4a848d77f29bcb5b

amire80 commented 2 months ago

Yes, but it's still unnecessary :)

"data" or "history" is the subject (подлежащее), "took" is the verb (сказуемое), and there's no need for a comma between a subject and a verb.

The old message with the unnecessary comma was probably copied to the recently-added ones, and it should be removed from all of them.

tomhughes commented 2 months ago

I agree, that comma doesn't look right to me. Thanks for the fix.