5 lines
87 B
Bash
Executable File
5 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
. ./translation.vars
|
|
|
|
TZ=UTC env/bin/pybabel update -i $POTFILE -d $TRANSDIR
|