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

11085 bilingual file upload #12713

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

gersona
Copy link
Collaborator

@gersona gersona commented Oct 8, 2024

Proposed changes

A 'Target language" field is added to the Translate document form to identify and process bilingual files

Checklist

  • Lint and unit tests pass locally with my changes.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have added documentation to describe my feature.
  • I have squashed my commits into logic units.
  • I have described the changes in the commit messages.

Other information

fixes #11085

Copy link

codecov bot commented Oct 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.14%. Comparing base (b264d2f) to head (fdcee40).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main   #12713   +/-   ##
=======================================
  Coverage   91.13%   91.14%           
=======================================
  Files         596      596           
  Lines       60966    60979   +13     
  Branches     9648     9651    +3     
=======================================
+ Hits        55564    55579   +15     
+ Misses       3731     3730    -1     
+ Partials     1671     1670    -1     
Files with missing lines Coverage Δ
weblate/trans/forms.py 89.89% <100.00%> (+<0.01%) ⬆️
weblate/trans/tests/test_create.py 100.00% <100.00%> (ø)
weblate/trans/views/create.py 89.61% <ø> (ø)
weblate/utils/views.py 78.91% <100.00%> (+0.19%) ⬆️

... and 1 file with indirect coverage changes

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.

Create new bilingual component via file upload
1 participant