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

Introduce functionality for splitting translation workload among teams #172

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

MichaelChirico
Copy link
Owner

Closes #75

@codecov-commenter
Copy link

codecov-commenter commented Jun 22, 2021

Codecov Report

Merging #172 (06d97f4) into master (7103fa6) will decrease coverage by 2.88%.
The diff coverage is 25.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #172      +/-   ##
==========================================
- Coverage   98.56%   95.68%   -2.89%     
==========================================
  Files          15       15              
  Lines        1182     1227      +45     
==========================================
+ Hits         1165     1174       +9     
- Misses         17       53      +36     
Impacted Files Coverage Δ
R/translate_package.R 79.88% <23.40%> (-20.12%) ⬇️
R/msgmerge.R 88.88% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7103fa6...06d97f4. Read the comment docs.

\enumerate{
\item \code{"equalize_char"}: Roughly assign each translator the same number of \emph{characters} of messages to translate (i.e., according to \code{\link{nchar}}).
\item \code{"equalize_count"}: Roughly assign each translator the same number of \emph{messages} to translate. Specific implementation is analogous to \code{"equalize_char"}.
\item \code{"equalize_files"}: Roughly assign each translator the same number of \emph{soure files} to translate. The thinking here is to try and give one translator many similar messages on the hope that there are some efficiency gains from autocorrelation in the messages.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: soure->source

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.

Team split tool
3 participants