tests/testthat/test_packages/custom_translation/R/custom2.R

foo = function(x) {
  stop("A default message")
}

bar = function(x) {
  MyOtherTranslator(target_arg = "you found me too!")
  MyOtherTranslator(1, "found by position")
  MyPluralTranslator(singular = "singular", plural = "plural")
  MyPluralTranslator(1, 2, "another singular", "another plural")
}
MichaelChirico/potools documentation built on June 29, 2024, 3:16 p.m.