issues
search
longbridgeapp
/
rust-i18n
A better and simply I18n crate for Rust.
MIT License
321
stars
32
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Extractor overwrites existing translations
#98
zdimension
closed
2 weeks ago
1
Feature Request: Show parse error messages
#97
RigoLigoRLC
opened
2 weeks ago
0
Fix spelling error in README (verison vs version)
#96
reckel-jm
closed
1 month ago
0
Update to use workspace.dependencies
#95
huacnlee
closed
2 months ago
1
[Feature Request]: Check unused localization keys and the use of keys that do not exist
#94
SteveLauC
closed
1 month ago
1
Add parsing of workspace.metadata.i18n
#93
litcc
opened
2 months ago
0
error[E0277]: the trait bound `CowStr<'_>: From<&&String>` is not satisfied
#92
nduchaux
opened
2 months ago
5
.
#91
pasabanov
closed
3 months ago
1
Fix lazy init always "en"
#90
huacnlee
closed
3 months ago
0
Reduce unnecessary memory copying
#89
yk0n9
closed
3 months ago
0
fix lazy init always "en"
#88
yk0n9
closed
3 months ago
7
Now only the first time is i18n
#87
yk0n9
closed
3 months ago
2
Update to use serde_yml
#86
huacnlee
closed
3 months ago
0
publish new version to crates.io
#85
fawdlstty
closed
3 months ago
2
RUSTSEC-2024-0320: yaml-rust is unmaintained
#84
andreacfromtheapp
closed
3 months ago
4
🦊 Update dependencies
#83
Jasper-Bekkers
closed
2 months ago
3
Update doc for locale file version.
#82
huacnlee
closed
5 months ago
0
Please document app.yml / app.yaml _version: 2 to work / find keys properly
#81
tgrushka
closed
5 months ago
1
Update example for share I18n in entire workspace
#80
huacnlee
closed
5 months ago
0
error: could not compile `rust-i18n-macro` (lib) due to 1 previous error
#79
WyntersN
closed
6 months ago
1
t! macro doesn't work inside mod
#78
franz65
closed
7 months ago
2
I still has issue , json files do not load
#77
HosMercury
closed
8 months ago
0
Why t! macro doers not print the translated text at once
#76
HosMercury
closed
8 months ago
1
Handling Error when the translation key is not present
#75
Achyuth-Aktivo
closed
1 month ago
1
CLI doesn't seem to create TODO.x.yml
#74
cliftontoaster-reid
closed
10 months ago
2
Introduced the `minify_key` feature for `i18n!` and added support for format specifiers in `t!`
#73
varphone
closed
10 months ago
8
Use `arc_swap` to implement `AtomicStr`
#72
Kijewski
closed
10 months ago
2
AtomicStr is unsound, causes use-after-free
#71
Kijewski
closed
10 months ago
1
Release `2.4.0` breaks semver
#70
nicopap
closed
10 months ago
2
Add chained fallback support and performance improved
#69
varphone
closed
10 months ago
4
Add lookup fallback to t!
#68
varphone
closed
10 months ago
0
Add auto-territory attribute to i18n!
#67
varphone
closed
10 months ago
2
Feat split carg i18n to separate crate
#66
urkle
closed
1 year ago
1
Are there any plans to implement pluralization like rails?
#65
Preen
opened
1 year ago
1
Missing Docs for i18n! macro
#64
j-mendez
closed
1 year ago
0
Compile time checks
#63
woojiq
opened
1 year ago
2
Recompile target if language files change
#62
Arne91
closed
9 months ago
2
`t!` should return `&'static str` instead of `String`
#61
eminfedar
closed
1 year ago
2
Single app.yml file doesn't work.
#60
eminfedar
closed
1 year ago
2
Raise error, if locale path is not exist
#59
huacnlee
closed
1 year ago
1
Return params for missing-key
#58
huacnlee
closed
3 months ago
0
[INVALID] Deeply nested keys are not working
#57
juh9870
closed
1 year ago
1
Cannot find function `_rust_i18n_translate` in the crate root
#56
cliftontoaster-reid
closed
7 months ago
14
Incompatibility between "support" v2.1.0 and "macro" v2.0.0 silently breaks v2 builds.
#55
Bruno02468
closed
1 year ago
2
Add a test for checking if tests are run single-threadedly.
#54
ajantti
closed
1 year ago
0
Some more fixes and improvements.
#53
ajantti
closed
1 year ago
0
support _rust_i18n_translate in extractor
#52
PingPongun
closed
1 year ago
2
Do not use . in macro output if locale string is empty.
#51
ajantti
closed
1 year ago
1
Add to support translated text with multiple locales in one file.
#50
huacnlee
closed
1 year ago
0
Add to support all translated text in one file better for GitHub Copilot
#49
huacnlee
closed
1 year ago
0
Next