odin-lang / Odin

Odin Programming Language
https://odin-lang.org
BSD 3-Clause "New" or "Revised" License
6.11k stars 550 forks source link

Separate I18N calls for immutable and for pluraliseable strings. Fixes #3687 #3785

Closed mgavioli closed 2 weeks ago

mgavioli commented 2 weeks ago

Fixes #3687

This PR:

Tests in tests/core/text/i18n/test_core_text_i18n.odin have also been updated.

The rationale of this change has been analysed in the #3687 issue and previously in the #3501 discussion.

Kelimion commented 2 weeks ago

Looks good in principle, but you've inadvertently introduced a lot of typos. I'll do a pass over it.

mgavioli commented 2 weeks ago

Thanks for merging.

I am sorry for the typos: there was really a lot of them!

VSCode, which I use to work in Odin, does not seem to have a spell checker (and English is not my native language...); I hope it wasn't too long and too boring! In the future, I'll run a spell checking step...