Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix variables not extracted from Fluent selectors in translations checker #236

Merged
merged 2 commits into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 2024-08-26 - [0.1.20]

### Bug fixes

- Fix variables in Fluent selectors not being extracted as placeables when
checking translations.

## 2024-08-19 - [0.1.19]

### Bug fixes
Expand Down Expand Up @@ -493,6 +500,7 @@ version to `0.1` during installation.

- Added all ISO-639-1 and ISO-639-2 languages.

[0.1.20]: https://github.com/mondeja/leptos-fluent/compare/v0.1.19...v0.1.20
[0.1.19]: https://github.com/mondeja/leptos-fluent/compare/v0.1.18...v0.1.19
[0.1.18]: https://github.com/mondeja/leptos-fluent/compare/v0.1.17...v0.1.18
[0.1.17]: https://github.com/mondeja/leptos-fluent/compare/v0.1.16...v0.1.17
Expand Down
Loading
Loading