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

new translations for upcoming release #4765

Merged
merged 6 commits into from Oct 31, 2020
Merged

new translations for upcoming release #4765

merged 6 commits into from Oct 31, 2020

Conversation

MichaelChirico
Copy link
Member

@MichaelChirico MichaelChirico commented Oct 17, 2020

Closes #4764

translations courtesy @hongyuanjia

@MichaelChirico MichaelChirico added the translation issues/PRs related to message translation projects label Oct 17, 2020
@codecov
Copy link

codecov bot commented Oct 17, 2020

Codecov Report

Merging #4765 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4765   +/-   ##
=======================================
  Coverage   99.47%   99.47%           
=======================================
  Files          73       73           
  Lines       14556    14556           
=======================================
  Hits        14480    14480           
  Misses         76       76           
Impacted Files Coverage Δ
src/assign.c 99.70% <ø> (ø)
src/forder.c 99.61% <ø> (ø)
src/nafill.c 100.00% <ø> (ø)
src/fifelse.c 100.00% <100.00%> (ø)
src/fwrite.c 97.74% <100.00%> (ø)
src/snprintf.c 100.00% <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 64ea55d...d014388. Read the comment docs.

@MichaelChirico
Copy link
Member Author

About 20 translations we rely on our team for, have sent out an ask.

@@ -501,7 +501,7 @@ SEXP forder(SEXP DT, SEXP by, SEXP retGrpArg, SEXP sortGroupsArg, SEXP ascArg, S
int keyAlloc = (ncol+n_cplx)*8 + 1; // +1 for NULL to mark end; calloc to initialize with NULLs
key = calloc(keyAlloc, sizeof(uint8_t *)); // needs to be before loop because part II relies on part I, column-by-column.
if (!key)
STOP("Unable to allocate %"PRId64" bytes of working memory", (uint64_t)keyAlloc*sizeof(uint8_t *)); // # nocov
STOP(_("Unable to allocate %"PRIu64" bytes of working memory"), (uint64_t)keyAlloc*sizeof(uint8_t *)); // # nocov
Copy link
Member Author

Choose a reason for hiding this comment

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

@mattdowle this fix is correct right?

Copy link
Member

Choose a reason for hiding this comment

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

@MichaelChirico oh yes, good spot!

po/zh_CN.po Outdated Show resolved Hide resolved
@mattdowle mattdowle added this to the 1.13.3 milestone Oct 19, 2020
@jangorecki
Copy link
Member

If it is ready to merge we could have it now for a hot fix needed due to #4769, adding milestone

@jangorecki jangorecki modified the milestones: 1.13.5, 1.13.3 Oct 21, 2020
@MichaelChirico
Copy link
Member Author

yes it's ready

@mattdowle mattdowle merged commit 5f9d075 into master Oct 31, 2020
@mattdowle mattdowle deleted the translations-1-13-2 branch October 31, 2020 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
translation issues/PRs related to message translation projects
Projects
None yet
Development

Successfully merging this pull request may close these issues.

translation checks error on bash
3 participants