Skip to content

Commit

Permalink
Update references to IRC, switch Coveralls GitHub action to v2 (#340)
Browse files Browse the repository at this point in the history
* Replace IRC references with Matrix. Using HTML since the link in Markdown doesn't seem to work.
* Switch Coverall action from @master to v2
  • Loading branch information
flodolo committed Feb 5, 2024
1 parent 58fb596 commit 42b67be
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -72,7 +72,7 @@ jobs:
--excl-br-line '\#\[derive\(|// cov\(skip\)'
- name: Coveralls upload
if: matrix.rust-version == 'nightly' && matrix.cargo-args == '--all-features'
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.lcov
2 changes: 1 addition & 1 deletion fluent-bundle/README.md
Expand Up @@ -108,4 +108,4 @@ a project to contribute to, please do get in touch on the mailing list and the
IRC channel.

- Discourse: https://discourse.mozilla.org/c/fluent
- IRC channel: [irc://irc.mozilla.org/l20n](irc://irc.mozilla.org/l20n)
- Matrix channel: <a href="https://chat.mozilla.org/#/room/#fluent:mozilla.org">#fluent:mozilla.org</a>
4 changes: 2 additions & 2 deletions fluent-fallback/README.md
Expand Up @@ -6,7 +6,7 @@ The `Localization` struct encapsulates a persistant localization context providi
language fallbacking. The instance remains available throughout the whole life cycle of
the corresponding UI, reacting to events such as locale changes, resource updates etc.

The API can be used directly, or can serve as an example of state manager for `fluent-bundle` and `fluent-resmgr`.
The API can be used directly, or can serve as an example of state manager for `fluent-bundle` and `fluent-resmgr`.

[![crates.io](https://img.shields.io/crates/v/fluent-fallback.svg)](https://crates.io/crates/fluent-fallback)
[![Build](https://github.com/projectfluent/fluent-rs/actions/workflows/test.yaml/badge.svg)](https://github.com/projectfluent/fluent-rs/actions/workflows/test.yaml)
Expand Down Expand Up @@ -99,4 +99,4 @@ a project to contribute to, please do get in touch on the mailing list and the
IRC channel.

- Discourse: https://discourse.mozilla.org/c/fluent
- IRC channel: [irc://irc.mozilla.org/l20n](irc://irc.mozilla.org/l20n)
- Matrix channel: <a href="https://chat.mozilla.org/#/room/#fluent:mozilla.org">#fluent:mozilla.org</a>
2 changes: 1 addition & 1 deletion fluent-resmgr/README.md
Expand Up @@ -96,4 +96,4 @@ a project to contribute to, please do get in touch on the mailing list and the
IRC channel.

- Discourse: https://discourse.mozilla.org/c/fluent
- IRC channel: [irc://irc.mozilla.org/l20n](irc://irc.mozilla.org/l20n)
- Matrix channel: <a href="https://chat.mozilla.org/#/room/#fluent:mozilla.org">#fluent:mozilla.org</a>
2 changes: 1 addition & 1 deletion fluent-syntax/README.md
Expand Up @@ -60,4 +60,4 @@ trying to make your app localizable and multilingual, or a hacker looking for
a project to contribute to, please do get in touch on discourse and the IRC channel.

- Discourse: https://discourse.mozilla.org/c/fluent
- IRC channel: [irc://irc.mozilla.org/l20n](irc://irc.mozilla.org/l20n)
- Matrix channel: <a href="https://chat.mozilla.org/#/room/#fluent:mozilla.org">#fluent:mozilla.org</a>
2 changes: 1 addition & 1 deletion fluent-testing/README.md
Expand Up @@ -71,4 +71,4 @@ a project to contribute to, please do get in touch on the mailing list and the
IRC channel.

- Discourse: https://discourse.mozilla.org/c/fluent
- IRC channel: [irc://irc.mozilla.org/l20n](irc://irc.mozilla.org/l20n)
- Matrix channel: <a href="https://chat.mozilla.org/#/room/#fluent:mozilla.org">#fluent:mozilla.org</a>
2 changes: 1 addition & 1 deletion fluent/README.md
Expand Up @@ -117,4 +117,4 @@ a project to contribute to, please do get in touch on the mailing list and the
IRC channel.

- Discourse: https://discourse.mozilla.org/c/fluent
- IRC channel: [irc://irc.mozilla.org/l20n](irc://irc.mozilla.org/l20n)
- Matrix channel: <a href="https://chat.mozilla.org/#/room/#fluent:mozilla.org">#fluent:mozilla.org</a>
2 changes: 1 addition & 1 deletion intl-memoizer/README.md
Expand Up @@ -71,4 +71,4 @@ a project to contribute to, please do get in touch on the mailing list and the
IRC channel.

- Discourse: https://discourse.mozilla.org/c/fluent
- IRC channel: [irc://irc.mozilla.org/l20n](irc://irc.mozilla.org/l20n)
- Matrix channel: <a href="https://chat.mozilla.org/#/room/#fluent:mozilla.org">#fluent:mozilla.org</a>

0 comments on commit 42b67be

Please sign in to comment.