From e76d47412d1bf05a4b38be9e1279812073f0dc16 Mon Sep 17 00:00:00 2001 From: oop7 <110548351+oop7@users.noreply.github.com> Date: Mon, 25 May 2026 14:04:12 +0300 Subject: [PATCH] Correct path for localized README creation Fix README contribution instructions to point new translations to the readme-translations/ directory. Previously the docs suggested creating README..md at the repo root; this change clarifies that localized files should be placed under readme-translations/README..md to keep translations organized. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6ba173..5272e7a 100644 --- a/README.md +++ b/README.md @@ -468,7 +468,7 @@ We welcome contributions! Here’s how you can help: - Update the relevant localized README file (e.g., `readme-translations/README.fr.md`) - Keep app strings synced by editing `ytsage/languages/.json` -- If your language is missing, start from `README.md` and create `README..md` +- If your language is missing, start from `README.md` and create `readme-translations/README..md`
📂 Project Structure