Skip to content

Commit

Permalink
Remove comment marker from translatable string
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo authored and joshwlambert committed Aug 14, 2024
1 parent c7ca53a commit f49e61c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion R/print.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ print.multi_epiparameter <- function(x, ..., n = NULL) {
# header
writeLines(
pillar::style_subtle(
cli::pluralize(tr_("# List of {n_entries} <epiparameter> object{?s}\n"))
cli::pluralize(
"# ", tr_("List of {n_entries} <epiparameter> object{?s}\n")
)
)
)
writeLines(
Expand Down
14 changes: 7 additions & 7 deletions po/R-epiparameter.pot
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: epiparameter 0.2.0.9000\n"
"POT-Creation-Date: 2024-08-13 13:27+0200\n"
"POT-Creation-Date: 2024-08-13 13:29+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -42,22 +42,22 @@ msgstr ""
msgid "Parameters:"
msgstr ""

#: print.R:49
msgid "# List of {n_entries} <epiparameter> object{?s}"
#: print.R:50
msgid "List of {n_entries} <epiparameter> object{?s}"
msgstr ""

#: print.R:55
#: print.R:57
msgid "Number of diseases:"
msgstr ""

#: print.R:57
#: print.R:59
msgid "Number of epi distributions:"
msgstr ""

#: print.R:70
#: print.R:72
msgid "%s more elements"
msgstr ""

#: print.R:71
#: print.R:73
msgid "Use `print(n = ...)` to see more elements."
msgstr ""

0 comments on commit f49e61c

Please sign in to comment.