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:
@@ -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`)
|
- 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user