Skip to content

Commit 1c9ffd6

Browse files
Add fluent-syntax dependency
This dependency is needed for AST traversal and validation of Fluent resources. It allows parsing and analyzing the structure of FTL files to detect validation errors at compile time.
1 parent 8ec76a4 commit 1c9ffd6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ pyo3 = { version = "0.25.1", features = ["chrono"] }
1313
fluent = "0.17.0"
1414
unic-langid = "0.9.6"
1515
fluent-bundle = "0.16.0"
16+
fluent-syntax = "0.12.0"
1617
chrono = "0.4.41"
1718
miette = { version = "7.6.0", features = ["fancy"] }

0 commit comments

Comments
 (0)