Nothing
test_that("available locales returns a character vector", {
expect_vector(trans_available(),
ptype = character())
})
test_that("all available locales are returned in any order", {
expect_setequal(trans_available(), c("en_US", "en_UK", "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.