aboutsummaryrefslogtreecommitdiff
path: root/core/text/i18n
Commit message (Expand)AuthorAgeFilesLines
* Spell check i18n.odin.Jeroen van Rijn2024-06-191-74/+38
* Spell check doc.odin.Jeroen van Rijn2024-06-191-32/+20
* Separate the I18N calls for immutable strings and for pluraliseable strings.Maurizio M. Gavioli2024-06-192-46/+144
* Port `testing\core\text\i18n`Jeroen van Rijn2024-06-021-2/+0
* i18n: Add section merge + duplicate key detection to gettext.Jeroen van Rijn2024-05-171-4/+15
* Fix .mo contextsJeroen van Rijn2024-05-171-15/+23
* Fix .mo parser: Number of pluralsJeroen van Rijn2024-05-171-3/+3
* Fix #3451 - `core:text/i18n` default `number` value in `get_*_section` proc.Maurizio M. Gavioli2024-04-191-2/+2
* Fix the format of some `doc.odin` files of the `core` library which did not m...Maurizio M. Gavioli2024-04-141-95/+90
* correct newly found vetsLaytan Laats2024-04-031-1/+1
* Remove default valuegingerBill2023-09-301-1/+1
* Minor cleanups to the core librarygingerBill2023-09-301-9/+8
* Use `or_break` and `or_continue` where appropriate in the core librarygingerBill2023-09-301-12/+3
* Fix #2684Jeroen van Rijn2023-07-282-8/+36
* Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`fo...gingerBill2023-06-261-2/+2
* Fix +build ignoregingerBill2022-11-041-1/+1
* Fix `i18n`gingerBill2022-08-082-7/+7
* Convert all uses of `*_from_slice` to `*_from_bytes` where appropriategingerBill2022-05-162-6/+6
* [i18n] Enable *nix tests again.Jeroen van Rijn2022-04-291-9/+9
* [i18n] Fix segfault on destroy on LinuxJeroen van Rijn2022-04-292-11/+18
* [i18n] Add tests.Jeroen van Rijn2022-04-295-106/+129
* [i18n/xml] Move I18N XML files to their own assets directory.Jeroen van Rijn2022-04-293-63/+0
* [i18n] Move to `core:text/i18n`.Jeroen van Rijn2022-04-297-0/+649