Skip to content

Commit

Permalink
docs update script
Browse files Browse the repository at this point in the history
  • Loading branch information
andgineer committed Sep 26, 2020
1 parent 3b3a44a commit 3424d7e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/update_po.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash
#
# refresh po-file so they are ready to push to weblate for example
#

# 1st create pot in _build/gettext
make gettext

# create sphinx locales
sphinx-intl update -p _build/gettext -l ru_RU

0 comments on commit 3424d7e

Please sign in to comment.