-
-
Notifications
You must be signed in to change notification settings - Fork 944
Add Telugu (te-IN) translation file for tel.yaml #1175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
The file contains the contents of "en.yaml" so that each line can be translated using a reference sentence. Signed-off-by: Charan Tej P <charantejpappuleti255@gmail.com>
All the API messages have successfully been translated. Needs a review before submitting a PR to the nettacker repo. Signed-off-by: Charan Tej P <charantejpappuleti255@gmail.com>
complete Telugu localization for API messages
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings. WalkthroughAdded a new Telugu locale file providing translations for UI and runtime messages; no code logic or control flow changes were made. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🪛 Checkov (3.2.334)nettacker/locale/tel.yaml[medium] 68-69: Basic Auth Credentials (CKV_SECRET_4) 🪛 YAMLlint (1.37.1)nettacker/locale/tel.yaml[error] 102-102: syntax error: expected , but found '' (syntax) 🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
nettacker/locale/tel.yaml(1 hunks)
🧰 Additional context used
🪛 Checkov (3.2.334)
nettacker/locale/tel.yaml
[medium] 68-69: Basic Auth Credentials
(CKV_SECRET_4)
🪛 YAMLlint (1.37.1)
nettacker/locale/tel.yaml
[error] 74-74: syntax error: mapping values are not allowed here
(syntax)
🔇 Additional comments (2)
nettacker/locale/tel.yaml (2)
66-69: File does not exist in the repository.The file
nettacker/locale/tel.yamlreferenced in this review comment does not exist in the repository. The locale directory contains 24 language files (ar.yaml, bn.yaml, de.yaml, etc.), but no tel.yaml file. If a Telugu locale file were to be added, it should use the standard language code "te" (not "tel"), resulting in a filename likete.yaml.Likely an incorrect or invalid review comment.
28-28: No action required on line 28.The placeholder
"{0}"is a standard positional placeholder used in localization frameworks (MessageFormat, Java, .NET, ICU) for runtime argument substitution. This pattern is intentional and correctly formatted, not an incomplete translation.Likely an incorrect or invalid review comment.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Charan Tej P <charantejpappuleti255@gmail.com>
Proposed change
This PR adds a new localization file tel.yaml, providing complete Telugu (te-IN) translations for all strings used in Nettacker.
The file follows the exact structure of the English YAML and covers API messages, scan outputs, errors, module texts, and CLI prompts.
This improves accessibility of Nettacker for Telugu-speaking users in India and supports OWASP’s ongoing i18n efforts.
Your PR description goes here.
Type of change
Checklist
make pre-commit, it didn't generate any changesmake test, all tests passed locally