Skip to content

Commit

Permalink
scripts: simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
schzhn committed Mar 30, 2023
1 parent 4a090a6 commit 55efdeb
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 268 deletions.
6 changes: 2 additions & 4 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,8 @@ manifest file templates, and helper scripts.

* `go run main.go unused`: show the list of unused strings.

* `go run main.go auto-add [-n <count>]`: download translation updates from
Crowdin and add them to the git. `n` is optional flag where count is a
number of concurrent downloads. `v` is optional flag for enabling verbose
output`
* `go run main.go auto-add`: add locales with additions to the git and
restore locales with deletions.

After the download you'll find the output locales in the `client/src/__locales/`
directory.
Expand Down
Loading

0 comments on commit 55efdeb

Please sign in to comment.