You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: i18n-embed-fl/CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Changelog for `i18n-embed-fl`
2
2
3
+
## master
4
+
5
+
### Dependencies
6
+
7
+
+ Bump `fluent` to 0.17 and `fluent-syntax` to `0.12`.
8
+
9
+
### Fixes
10
+
11
+
+ Fixed non-reproducible builds. Fixes [#150](https://github.com/kellpossible/cargo-i18n/issues/150). Thanks to [@qarmin](https://github.com/qarmin) for fixing this long standing issue!
12
+
13
+
### Documentation
14
+
15
+
+ Fixed some typos. Thanks to [@YgorSouza](https://github.com/YgorSouza).
Copy file name to clipboardExpand all lines: i18n-embed/CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Changelog for `i18n-embed`
2
2
3
+
## master
4
+
5
+
### Fixes
6
+
7
+
+[#13](https://github.com/kellpossible/cargo-i18n/issues/130) Replace abandoned `locale_config` dependency with `sys-locale`. Fixes [#63](https://github.com/kellpossible/cargo-i18n/issues/63) Cannot parse locale on Macos. Big thanks to [@TristanDebrunner](https://github.com/TristanDebrunner) for this contribution!
8
+
+ When the `gettext-system` feature is enabled, `locale_config` is not entirely eliminated from the dependency tree as gettext-rs depends on it.
9
+
10
+
### Dependencies
11
+
12
+
+ Bump `fluent` to 0.17 and `fluent-syntax` to `0.12`.
13
+
14
+
### Documentation
15
+
16
+
+ Fixed some typos. Thanks to [@YgorSouza](https://github.com/YgorSouza).
0 commit comments