From 386d137066eb66c6630ee224252177c545791d4b Mon Sep 17 00:00:00 2001
From: ThatOneCalculator <kainoa@t1c.dev>
Date: Sat, 17 Dec 2022 10:21:17 -0800
Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20weblate?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 CONTRIBUTING.md | 12 ++++++------
 README.md       |  9 +++++----
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d599d39cf..c1f71bb9d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,11 +1,11 @@
 # Contribution guide
-We're glad you're interested in contributing Misskey! In this document you will find the information you need to contribute to the project.
+We're glad you're interested in contributing Calckey! In this document you will find the information you need to contribute to the project.
 
-> **Note**
-> This project uses Japanese as its major language, **but you do not need to translate and write the Issues/PRs in Japanese.**
-> Also, you might receive comments on your Issue/PR in Japanese, but you do not need to reply to them in Japanese as well.\
-> The accuracy of machine translation into Japanese is not high, so it will be easier for us to understand if you write it in the original language.
-> It will also allow the reader to use the translation tool of their preference if necessary.
+# Translations
+
+You can contribute without knowing how to code by helping translate here:
+
+[![Translation status](https://hosted.weblate.org/widgets/calckey/-/multi-auto.svg)](https://hosted.weblate.org/engage/calckey/)
 
 ## Roadmap
 See [ROADMAP.md](./ROADMAP.md)
diff --git a/README.md b/README.md
index baefe3f54..36c7d74b7 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,7 @@
 - 📜 Instance list: <https://calckey.fediverse.observer/list>
 - 📖 JoinFediverse Wiki: <https://joinfediverse.wiki/What_is_Calckey%3F>
 - 🐋 Docker Hub: <https://hub.docker.com/r/thatonecalculator/calckey>
+- ✍️ Weblate: <https://hosted.weblate.org/engage/calckey/>
 
 # 🌠 Getting started
 
@@ -63,13 +64,13 @@ This guide will work for both **starting from scratch** and **migrating from Mis
 
 ### 😗 Optional dependencies
 
-- 📗 [FFmpeg](https://ffmpeg.org/) for video transcoding
-- 🔍 [ElasticSearch](https://www.elastic.co/elasticsearch/) for full-text search
+- [FFmpeg](https://ffmpeg.org/) for video transcoding
+- [ElasticSearch](https://www.elastic.co/elasticsearch/) for full-text search
   - OpenSearch/Sonic are not supported as of right now
-- 🥡 Management (choose one of the following)
+- Management (choose one of the following)
   - 🛰️ [pm2](https://pm2.io/)
   - 🐳 [Docker](https://docker.com)
-  - 📐 Service manager (systemd, openrc, etc)
+  - Service manager (systemd, openrc, etc)
 
 ### 🏗️ Build dependencies