aboutsummaryrefslogtreecommitdiff
path: root/core/text/i18n/gettext.odin
Commit message (Collapse)AuthorAgeFilesLines
* Remove all `core:os` imports from JS targetsJeroen van Rijn6 days1-8/+0
| | | | Fix `local_tz_name` on FreeBSD.
* core:text/i18n -> core:os/os2Jeroen van Rijn7 days1-27/+9
|
* Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-281-1/+1
| | | | This change was made in order to allow things produced with Odin and using Odin's core library, to not require the LICENSE to also be distributed alongside the binary form.
* 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
| | | | | | | Fixes #3590 - `get("key")` - `get("context", "key")`
* Fix .mo parser: Number of pluralsJeroen van Rijn2024-05-171-3/+3
| | | | | | Fixes #3591 Added plur.mo to tests
* Fix `i18n`gingerBill2022-08-081-2/+2
|
* Convert all uses of `*_from_slice` to `*_from_bytes` where appropriategingerBill2022-05-161-3/+3
|
* [i18n] Add tests.Jeroen van Rijn2022-04-291-3/+6
|
* [i18n] Move to `core:text/i18n`.Jeroen van Rijn2022-04-291-0/+164