aboutsummaryrefslogtreecommitdiff
path: root/core/text/i18n/qt_linguist.odin
Commit message (Collapse)AuthorAgeFilesLines
* Remove all `core:os` imports from JS targetsJeroen van Rijn6 days1-6/+0
| | | | Fix `local_tz_name` on FreeBSD.
* core:text/i18n -> core:os/os2Jeroen van Rijn7 days1-10/+2
|
* 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.
* Port `testing\core\text\i18n`Jeroen van Rijn2024-06-021-2/+0
|
* 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-281-8/+34
|
* Fix `i18n`gingerBill2022-08-081-5/+5
|
* Convert all uses of `*_from_slice` to `*_from_bytes` where appropriategingerBill2022-05-161-3/+3
|
* [i18n] Enable *nix tests again.Jeroen van Rijn2022-04-291-9/+9
|
* [i18n] Fix segfault on destroy on LinuxJeroen van Rijn2022-04-291-1/+4
| | | | Forgot to intern the section string in QT TS loader.
* [i18n] Add tests.Jeroen van Rijn2022-04-291-4/+4
|
* [i18n] Move to `core:text/i18n`.Jeroen van Rijn2022-04-291-0/+153