Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Oct 24, 2023
1 parent 05e873d commit 635aea0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/_snaps/unix/po_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Code
po_create("jp", verbose = TRUE)
Message <simpleMessage>
Message
Creating 'jp' R translation
Running system command msginit -i './po/R-test.pot' -o './po/R-jp.po' -l 'jp' -w 80 --no-translator...
Created ./po/R-jp.po.
Expand All @@ -11,7 +11,7 @@

Code
po_create("jp", verbose = TRUE)
Message <simpleMessage>
Message
Updating 'jp' R translation
Running system command msgmerge --update './po/R-jp.po' --backup=off --previous './po/R-test.pot'...
. done.
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/unix/po_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Code
po_update(verbose = TRUE, lazy = FALSE)
Message <simpleMessage>
Message
Updating 'fr' R translation
Running system command msgmerge --update './po/R-fr.po' --backup=off --previous './po/R-test.pot'.
. done.
Expand Down

0 comments on commit 635aea0

Please sign in to comment.