From f4f0c16aadcfc68c00776e1e0b2e42e5c2bc2163 Mon Sep 17 00:00:00 2001 From: Daniel Guerrero Date: Wed, 16 Jul 2025 07:44:18 -0300 Subject: [PATCH] wlc: add page (#17232) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec --- pages/common/wlc.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/wlc.md diff --git a/pages/common/wlc.md b/pages/common/wlc.md new file mode 100644 index 0000000000..e1d48e9739 --- /dev/null +++ b/pages/common/wlc.md @@ -0,0 +1,24 @@ +# wlc + +> Manage localization projects on a Weblate instance. +> More information: . + +- List projects using a configuration file: + +`wlc {{[-c|--config]}} {{path/to/file}} list-projects` + +- List components in a project, and override API URL and API key: + +`wlc {{[-u|--url]}} {{URL}} {{[-k|--key]}} {{key}} ls {{project}}` + +- List translations from a component in a specific format: + +`wlc {{[-f|--format]}} {{text|csv|json|html}} ls {{project}}/{{component}}` + +- Print statistics for a project: + +`wlc stats {{project}}` + +- Display help: + +`wlc {{[-h|--help]}}`