index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
text
/
i18n
Commit message (
Expand
)
Author
Age
Files
Lines
*
Spell check i18n.odin.
Jeroen van Rijn
2024-06-19
1
-74
/
+38
*
Spell check doc.odin.
Jeroen van Rijn
2024-06-19
1
-32
/
+20
*
Separate the I18N calls for immutable strings and for pluraliseable strings.
Maurizio M. Gavioli
2024-06-19
2
-46
/
+144
*
Port `testing\core\text\i18n`
Jeroen van Rijn
2024-06-02
1
-2
/
+0
*
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
*
Fix .mo parser: Number of plurals
Jeroen van Rijn
2024-05-17
1
-3
/
+3
*
Fix #3451 - `core:text/i18n` default `number` value in `get_*_section` proc.
Maurizio M. Gavioli
2024-04-19
1
-2
/
+2
*
Fix the format of some `doc.odin` files of the `core` library which did not m...
Maurizio M. Gavioli
2024-04-14
1
-95
/
+90
*
correct newly found vets
Laytan Laats
2024-04-03
1
-1
/
+1
*
Remove default value
gingerBill
2023-09-30
1
-1
/
+1
*
Minor cleanups to the core library
gingerBill
2023-09-30
1
-9
/
+8
*
Use `or_break` and `or_continue` where appropriate in the core library
gingerBill
2023-09-30
1
-12
/
+3
*
Fix #2684
Jeroen van Rijn
2023-07-28
2
-8
/
+36
*
Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`fo...
gingerBill
2023-06-26
1
-2
/
+2
*
Fix +build ignore
gingerBill
2022-11-04
1
-1
/
+1
*
Fix `i18n`
gingerBill
2022-08-08
2
-7
/
+7
*
Convert all uses of `*_from_slice` to `*_from_bytes` where appropriate
gingerBill
2022-05-16
2
-6
/
+6
*
[i18n] Enable *nix tests again.
Jeroen van Rijn
2022-04-29
1
-9
/
+9
*
[i18n] Fix segfault on destroy on Linux
Jeroen van Rijn
2022-04-29
2
-11
/
+18
*
[i18n] Add tests.
Jeroen van Rijn
2022-04-29
5
-106
/
+129
*
[i18n/xml] Move I18N XML files to their own assets directory.
Jeroen van Rijn
2022-04-29
3
-63
/
+0
*
[i18n] Move to `core:text/i18n`.
Jeroen van Rijn
2022-04-29
7
-0
/
+649