Nothing
test_that("passing a locale sets it", {
trans_locale("pl_PL")
expect_equal(getOption("translated_locale"), "pl_PL")
})
test_that("not passing anything allows accessing currently set locale", {
expect_equal(trans_locale(), "pl_PL")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.