-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
39 lines (38 loc) · 1002 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Generated by roxygen2: do not edit by hand
export(check_for_gettext)
export(check_translation)
export(check_translations)
export(dummy_pkg)
export(edit_translation)
export(get_message_distances)
export(get_messages)
export(install_gettext)
export(install_translations)
export(make_template)
export(make_translation)
export(read_template)
export(read_translation)
export(spell_check_msgs)
export(sync_template)
export(sync_translations)
export(template_current)
export(template_exists)
export(use_localization)
export(write_template)
export(write_translation)
import(poio)
importFrom(devtools,as.package)
importFrom(devtools,create)
importFrom(digest,digest)
importFrom(hunspell,hunspell)
importFrom(hunspell,hunspell_suggest)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tools,checkPoFile)
importFrom(tools,xgettext)
importFrom(tools,xngettext)
importFrom(utils,adist)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,select.list)
importFrom(utils,unzip)