Skip to content

new translations for upcoming release#4765

Merged
mattdowle merged 6 commits intomasterfrom
translations-1-13-2
Oct 31, 2020
Merged

new translations for upcoming release#4765
mattdowle merged 6 commits intomasterfrom
translations-1-13-2

Conversation

@MichaelChirico
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown
Member Author

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

Comment thread src/forder.c
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
Copy Markdown
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
Copy Markdown
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!

Comment thread po/zh_CN.po Outdated
@mattdowle mattdowle added this to the 1.13.3 milestone Oct 19, 2020
@jangorecki
Copy link
Copy Markdown
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
Copy Markdown
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