feat(i18n): Kabyle (kab) support — human-first, no MT suggestions (#208) - #211
feat(i18n): Kabyle (kab) support — human-first, no MT suggestions (#208)#211JarbasAl wants to merge 1 commit into
Conversation
|
Warning Review limit reached
Next review available in: 53 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
9c17f63 to
9a6370d
Compare
…sue #208) Kabyle is translated by a human team (issue #208). Wire kab through: - the locale scanner: kab is a bare 3-letter code with no region subtag; fix bad-code detection that previously flagged every region-less code as malformed. - the SPA editor: hide the optional per-string auto-translate *suggestion* button for human-first languages and show a short banner asking for direct translation from English (poor MT signal would only anchor the translator to a bad first draft). No batch/machine translation is involved — this repo is for human translation.
9a6370d to
793fa21
Compare
Enables Kabyle (
kab), which has a human translation team waiting (issue #208).One change, 5 files:
ovos_localize/sync/github.py— fix locale-scanner bad-code detection that wrongly flagged every region-less code (kab is a legitimately bare 3-letter code, no region subtag).index.html— hide the optional per-string auto-translate suggestion button for human-first languages; show a banner asking for direct translation from English.FAQ.md— explain human-first languages.No machine/batch translation involved — this repo is for human translation. Rebuilt off
origin/dev; previously carried ~28 unrelated files.Local:
pytest test/unittests/test_scanner.py test/unittests/test_lang_utils.py→ 27 passed.