From 5cd80fe27e78381a1000b98d3e9b548c41994a8f Mon Sep 17 00:00:00 2001 From: Kshitij <160704796+kshitij-ka@users.noreply.github.com> Date: Fri, 27 Jun 2025 00:35:19 +0530 Subject: [PATCH] Moved translation guide from Frontend/src to root dir. Also added link in README for the guide. --- README.md | 3 +++ Frontend/src/TRANSLATION.md => TRANSLATION.md | 0 2 files changed, 3 insertions(+) rename Frontend/src/TRANSLATION.md => TRANSLATION.md (100%) diff --git a/README.md b/README.md index 1226d53..e7cf541 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Skycrate +> [!NOTE] +> This project is now multilingual. To contribute new languages, please read the [translation guide](./TRANSLATION.md). + --- ## Versions diff --git a/Frontend/src/TRANSLATION.md b/TRANSLATION.md similarity index 100% rename from Frontend/src/TRANSLATION.md rename to TRANSLATION.md