Skip to content
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

chore(lang): move CJK detection to the language model #13683

Merged
merged 1 commit into from
Jan 28, 2025

chore(lang): move CJK detection to the language model

d16a8ff
Select commit
Loading
Failed to load commit list.
Merged

chore(lang): move CJK detection to the language model #13683

chore(lang): move CJK detection to the language model
d16a8ff
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 28, 2025 in 1s

90.97% (target 90.00%)

View this Pull Request on Codecov

90.97% (target 90.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.97%. Comparing base (d8d8182) to head (d16a8ff).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main   #13683   +/-   ##
=======================================
  Coverage   90.97%   90.97%           
=======================================
  Files         606      606           
  Lines       63217    63222    +5     
  Branches     6531     6531           
=======================================
+ Hits        57512    57517    +5     
  Misses       4016     4016           
  Partials     1689     1689           
Files with missing lines Coverage Δ
weblate/lang/models.py 87.84% <100.00%> (+0.04%) ⬆️
weblate/trans/models/unit.py 88.70% <ø> (ø)
weblate/trans/tests/test_util.py 100.00% <100.00%> (ø)
weblate/trans/util.py 88.43% <100.00%> (ø)
weblate/trans/views/reports.py 98.71% <100.00%> (ø)