mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 00:07:54 +00:00
Merge pull request #1796
create dedicated folder for user guides in po/
This commit is contained in:
commit
f0ed3f92c1
4 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ checkpo() {
|
|||
}
|
||||
|
||||
updatelangs() {
|
||||
for guide in *.config; do
|
||||
for guide in user-guides/*.config; do
|
||||
echo "-> Running po4a on ${guide}"
|
||||
po4a $guide || echo "ERROR: something went wrong, po4a didn't run succesfully on ${guide}"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue