5 lines
82 B
Bash
Executable File
5 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
. ./babel/translation.vars
|
|
|
|
TZ=UTC env/bin/pybabel compile -d $TRANSDIR
|