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.<code>.md at the repo root; this change clarifies that localized files should be placed under readme-translations/README.<code>.md to keep translations organized.
This commit is contained in:
oop7
2026-05-25 14:04:12 +03:00
parent d3c3094880
commit e76d47412d
+1 -1
View File
@@ -468,7 +468,7 @@ We welcome contributions! Heres how you can help:
- Update the relevant localized README file (e.g., `readme-translations/README.fr.md`) - Update the relevant localized README file (e.g., `readme-translations/README.fr.md`)
- Keep app strings synced by editing `ytsage/languages/<code>.json` - Keep app strings synced by editing `ytsage/languages/<code>.json`
- If your language is missing, start from `README.md` and create `README.<code>.md` - If your language is missing, start from `README.md` and create `readme-translations/README.<code>.md`
<details> <details>
<summary>📂 Project Structure</summary> <summary>📂 Project Structure</summary>