Description Usage Arguments Details Value Examples
Assigns a file, based on its name or a named parameter, to a language and a domain. The base name of a file is composed by a domain and language code separated by non-letters. A language code starts with a two (ISO 639-1) letter code.
1 |
... |
list: list of parameters |
The result can be used by readPofile
. If called with no parameters then the
internal set of test files is given back.
a data frame with: lang
, the assigned language, domain
, the assigned domain, iso639
, the identified language, and file
, the filename
1 2 3 4 5 6 7 8 9 10 11 12 | options('gettext.lang'='en')
bind('myproject_de.po')
bind(de='myproject.po')
bind(de=c('myproject1.po', 'myproject2.po'))
bind(de=c('myproject1_de.po', 'myproject2_de.po'),
en=c('myproject1_en.po', 'myproject2_en.po'))
files <- c("myproject_de.po",
"intl/for_use_owncloud_impress_cs_CZ.po",
"intl/ibalsa-master-zh_HK.po",
"spirit-po/test1.po")
bind(files)
bind()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.