aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorfdov <fd21@pm.me>2021-06-20 15:16:49 +0200
committerselsta <selsta@sent.at>2021-06-20 21:44:45 +0200
commit8ff21e1e8436b616acdfd7fb7e6748cea2305f22 (patch)
treec893db5b927a4828ec4dcfc62ef0e0bed730e9af /docs
parentMerge pull request #7738 (diff)
downloadmonero-8ff21e1e8436b616acdfd7fb7e6748cea2305f22.tar.xz
doc: update IRC references to Libera
Diffstat (limited to 'docs')
-rw-r--r--docs/CONTRIBUTING.md2
-rw-r--r--docs/README.i18n.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md
index 7b184c00a..e12295412 100644
--- a/docs/CONTRIBUTING.md
+++ b/docs/CONTRIBUTING.md
@@ -15,7 +15,7 @@ of software solid and usable.
Patches are preferably to be sent via a Github pull request. If that
can't be done, patches in "git format-patch" format can be sent
(eg, posted to fpaste.org with a long enough timeout and a link
-posted to #monero-dev on irc.freenode.net).
+posted to #monero-dev on irc.libera.chat).
Patches should be self contained. A good rule of thumb is to have
one patch per separate issue, feature, or logical change. Also, no
diff --git a/docs/README.i18n.md b/docs/README.i18n.md
index 5df277624..0a3dc23a9 100644
--- a/docs/README.i18n.md
+++ b/docs/README.i18n.md
@@ -1,7 +1,7 @@
Monero daemon internationalization
==================================
-The Monero command line tools can be translated in various languages. If you wish to contribute and need help/support, contact the [Monero Localization Workgroup on Taiga](https://taiga.getmonero.org/project/erciccione-monero-localization/) or come chat on `#monero-translations` (Freenode/IRC, riot/matrix, MatterMost)
+The Monero command line tools can be translated in various languages. If you wish to contribute and need help/support, contact the [Monero Localization Workgroup on Taiga](https://taiga.getmonero.org/project/erciccione-monero-localization/) or come chat on `#monero-translations` (Libera/IRC, riot/matrix, MatterMost)
In order to use the same translation workflow as the [Monero Core GUI](https://github.com/monero-project/monero-gui), they use Qt Linguist translation files. However, to avoid the dependencies on Qt this normally implies, they use a custom loader to read those files at runtime.