We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9bb595 commit ae26c67Copy full SHA for ae26c67
fluent-bundle/Cargo.toml
@@ -18,7 +18,7 @@ keywords = ["localization", "l10n", "i18n", "intl", "internationalization"]
18
categories = ["localization", "internationalization"]
19
20
[dependencies]
21
-fluent-locale = { path = "../../fluent-locale-rs" }
+fluent-locale = { git = "https://github.com/projectfluent/fluent-locale-rs", branch = "master" }
22
fluent-syntax = "0.9"
23
failure = "0.1"
24
failure_derive = "0.1"
0 commit comments