Skip to content

DocsServerConfigTool

Ryan Northey edited this page May 3, 2016 · 6 revisions

Pootle config tool

Global configuration

# pootle config
No configuration found
# pootle config -s foo bar
# pootle config
Pootle                    foo                       bar
# pootle config -s foo bar2
# pootle config
Pootle                    foo                       bar2
# pootle config -g foo
bar2

Model configuration

# pootle config pootle_project.project
No configuration found
# pootle config pootle_project.project -s foo bar
# pootle config
Pootle                    foo                       bar
# pootle config pootle_project.project -s foo bar2
# pootle config
Pootle                    foo                       bar2
# pootle config pootle_project.project -g foo
bar2
Clone this wiki locally