Nothing
dict_1 <- list(
config = list(
locale = list(
language = "en",
country = "CA",
encoding = NULL
),
plural = list(
c("n==1", "2"),
c("n%%4==3", "3"),
c("TRUE", "1")
)
),
translation = list(
language = "Canadian English",
nouns = list(
animals = list(
cat = "catty",
dog = "doggie"
)
)
)
)
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.