| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove all `core:os` imports from JS targets | Jeroen van Rijn | 6 days | 1 | -8/+0 |
| | | | | | Fix `local_tz_name` on FreeBSD. | ||||
| * | core:text/i18n -> core:os/os2 | Jeroen van Rijn | 7 days | 1 | -27/+9 |
| | | |||||
| * | Change Odin's LICENSE to zlib from BSD 3-clause | gingerBill | 2025-10-28 | 1 | -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 Rijn | 2024-05-17 | 1 | -4/+15 |
| | | |||||
| * | Fix .mo contexts | Jeroen van Rijn | 2024-05-17 | 1 | -15/+23 |
| | | | | | | | | Fixes #3590 - `get("key")` - `get("context", "key")` | ||||
| * | Fix .mo parser: Number of plurals | Jeroen van Rijn | 2024-05-17 | 1 | -3/+3 |
| | | | | | | | Fixes #3591 Added plur.mo to tests | ||||
| * | Fix `i18n` | gingerBill | 2022-08-08 | 1 | -2/+2 |
| | | |||||
| * | Convert all uses of `*_from_slice` to `*_from_bytes` where appropriate | gingerBill | 2022-05-16 | 1 | -3/+3 |
| | | |||||
| * | [i18n] Add tests. | Jeroen van Rijn | 2022-04-29 | 1 | -3/+6 |
| | | |||||
| * | [i18n] Move to `core:text/i18n`. | Jeroen van Rijn | 2022-04-29 | 1 | -0/+164 |