Skip to content

Commit 369b6fb

Browse files
committed
Make a specific task paragraph for translation
1 parent 59df16b commit 369b6fb

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

R/release.R

+8-3
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,16 @@ release_checklist <- function(version, on_cran, target_repo = NULL) {
9595
todo("Review <https://github.com/DavisVaughan/extrachecks>"),
9696
""
9797
),
98+
if (has_translation) c(
99+
"Update messages translation",
100+
"",
101+
todo("Update `po/R-{project_name()}.pot` file with `potools::po_update()`"),
102+
todo("Contact translators to collect their translation `.po` files"),
103+
todo("Compile the translations with `potools::po_compile()`"),
104+
""
105+
),
98106
"Prepare for release:",
99107
"",
100-
todo("Update message translation file with `potools::po_update()", has_translation),
101-
todo("Contact translators to collect their translations of the `po/R-...pot` file", has_translation),
102-
todo("Compile the collected translations with `potools::po_compile()", has_translation),
103108
todo("`git pull`"),
104109
todo("[Close v{version} milestone](../milestone/{milestone_num})", !is.na(milestone_num)),
105110
todo("Check [current CRAN check results]({cran_results})", on_cran),

0 commit comments

Comments
 (0)