Skip to content

docs: add Odia translation (README_or.md)#161

Open
imsbg wants to merge 6 commits intoparallelcc:mainfrom
imsbg:main
Open

docs: add Odia translation (README_or.md)#161
imsbg wants to merge 6 commits intoparallelcc:mainfrom
imsbg:main

Conversation

@imsbg
Copy link
Copy Markdown

@imsbg imsbg commented Apr 10, 2026

Hi, I've added the Odia (ଓଡ଼ିଆ) translation for the README files. I also updated the language links in the other README files so users can switch to Odia easily.

@qodo-code-review
Copy link
Copy Markdown

Review Summary by Qodo

Add Odia translation and update language navigation links

📝 Documentation

Grey Divider

Walkthroughs

Description
• Add Odia (ଓଡ଼ିଆ) translation for README_or.md
• Update language navigation links across all README files
• Include Odia language option in multilingual documentation
Diagram
flowchart LR
  A["README Files"] -- "Add Odia link" --> B["Language Navigation Updated"]
  C["README_or.md"] -- "New file" --> D["Odia Documentation"]
  B --> E["6 README files with Odia option"]
Loading

Grey Divider

File Changes

1. README.md 📝 Documentation +1/-1

Add Odia language link to navigation

• Added Odia language link [ଓଡ଼ିଆ](/README_or.md) to language navigation bar
• Maintains existing language links (Chinese, English, Russian, Turkish, Persian)

README.md


2. README_en.md 📝 Documentation +1/-1

Add Odia language link to navigation

• Added Odia language link [ଓଡ଼ିଆ](/README_or.md) to language navigation bar
• Preserves all existing language options

README_en.md


3. README_fa.md 📝 Documentation +1/-1

Add Odia language link to navigation

• Added Odia language link [ଓଡ଼ିଆ](/README_or.md) to language navigation bar
• Maintains consistency with other README files

README_fa.md


View more (3)
4. README_or.md 📝 Documentation +72/-0

New Odia translation of README

• New file containing complete Odia translation of MiCTS README
• Includes project description, usage instructions, settings documentation, and FAQ
• Provides language navigation links to all supported languages
• Covers setup steps, trigger methods, module settings, and troubleshooting

README_or.md


5. README_ru.md 📝 Documentation +1/-1

Add Odia language link to navigation

• Added Odia language link [ଓଡ଼ିଆ](/README_or.md) to language navigation bar
• Maintains existing multilingual navigation structure

README_ru.md


6. README_tr.md 📝 Documentation +1/-1

Add Odia language link to navigation

• Added Odia language link [ଓଡ଼ିଆ](/README_or.md) to language navigation bar
• Consistent with updates to other README files

README_tr.md


Grey Divider

Qodo Logo

@qodo-code-review
Copy link
Copy Markdown

qodo-code-review bot commented Apr 10, 2026

Code Review by Qodo

🐞 Bugs (1)   📘 Rule violations (0)   📎 Requirement gaps (0)   🎨 UX Issues (0)
🐞\ ≡ Correctness (1)

Grey Divider


Remediation recommended

1. Broken settings anchor link 🐞
Description
README_or.md links to [MiCTS settings](#settings), but there is no corresponding heading/anchor
named "settings", so the link won’t navigate to the settings section. This is caused by the settings
headings being in Odia, which generates different GitHub anchors.
Code

README_or.md[18]

+     - LSPosed ରେ ମଡ୍ୟୁଲ୍‌ଟିକୁ ଆକ୍ଟିଭେଟ୍ କରନ୍ତୁ, [MiCTS settings](#settings) ରେ `Device spoof for Google` ଚାଲୁ କରନ୍ତୁ ଏବଂ ଗୁଗଲ୍ ଆପ୍‌କୁ ଫୋର୍ସ ଷ୍ଟପ୍ କରି ପୁଣି ଖୋଲନ୍ତୁ।
Evidence
The added Odia README contains a link to the anchor "#settings", but the actual settings section
headings are Odia text, so GitHub will generate a different anchor (based on the Odia heading text),
leaving "#settings" unresolved. The English README shows the intended pattern: it links to an anchor
that matches its settings heading.

README_or.md[18-33]
README_or.md[27-33]
README_en.md[19-35]

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

### Issue description
`README_or.md` contains a markdown link `[MiCTS settings](#settings)` that does not match any generated heading anchor in the file, because the settings headings are written in Odia. This makes the link non-functional.

### Issue Context
GitHub anchors are generated from the heading text. Since the relevant headings are `## ସେଟିଂସ୍` / `### ସେଟିଂସ ଭିତରକୁ କିପରି ଯିବେ`, the anchor will not be `#settings`.

### Fix Focus Areas
- README_or.md[18-33]

### Suggested fix options
Pick one:
1) Change the link target to the correct Odia-generated anchor for the intended heading.
2) Add a stable explicit anchor before the settings section, e.g. `<a id="settings"></a>` above `## ସେଟିଂସ୍`, so the existing `#settings` link works.

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


Grey Divider

ⓘ The new review experience is currently in Beta. Learn more

Grey Divider

Qodo Logo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant