MarketSquare / MarketSquare/robotframework-seleniumlibrary-translation
Nice to have: Option to keep English original keywords as valid
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2
- Forks
- 4
- Avg merge
- 15h 40m
- Merged PRs (30d)
- 11
Description
When we have translated keywords and the original English keywords, the test run would fail because the English keywords are unknown.
Would be nice to have an option to make this current behavior as a **strict** mode, and have the option to allow mixed translation and English keywords the default.
For example:
```
mode=multi # The default (or mixed)
```
or
```
mode=strict # The exact translation (or single) (or exact) ....
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by locating the keyword validation and configuration entry points responsible for rejecting English keywords alongside translations; then clarify how the default mixed mode and opt-in strict mode should be represented. Done means both modes are supported and covered by tests for mixed and exact translated keywords.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- internationalization, testing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100