Skip to content

Commit 35ceb11

Browse files
author
Zibi Braniecki
committed
fluent-langneg 0.1.1
1 parent 059a98e commit 35ceb11

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

fluent-langneg/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
Currently supported are: Firefox 52+, Chrome 55+, Edge 15+, Safari 10.1+,
88
iOS Safari 10.3+ and node 8.9+.
99

10+
## fluent-langneg 0.1.1 (February 7, 2019)
11+
12+
- Align the algorithm with C++/Rust implementations to fix the `zh-HK` scenario (#335)
13+
1014
## fluent-langneg 0.1.0 (August 17, 2017)
1115

1216
- `negotiateLanguages` is now a named export.

fluent-langneg/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const supportedLocales = negotiateLanguages(
3030
```
3131

3232
The API reference is available at
33-
http://projectfluent.org/fluent.js/fluent-langneg.
33+
https://projectfluent.org/fluent.js/fluent-langneg.
3434

3535
## Strategies
3636

@@ -96,6 +96,6 @@ documentation of the Fluent file format ([FTL][]), links to other packages and
9696
implementations, and information about how to get involved.
9797

9898

99-
[projectfluent.org]: http://projectfluent.org
100-
[FTL]: http://projectfluent.org/fluent/guide/
99+
[projectfluent.org]: https://projectfluent.org
100+
[FTL]: https://projectfluent.org/fluent/guide/
101101
[Intl.Locale]: https://github.com/tc39/proposal-intl-locale

fluent-langneg/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "fluent-langneg",
33
"description": "Language Negotiation API for Fluent",
4-
"version": "0.1.0",
5-
"homepage": "http://projectfluent.org",
4+
"version": "0.1.1",
5+
"homepage": "https://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",
88
"contributors": [

0 commit comments

Comments
 (0)