mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-26 00:01:59 +08:00
7 lines
97 B
Bash
Executable file
7 lines
97 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Gerates .mo files used for runtime translating Weblate
|
|
|
|
set -e
|
|
|
|
./setup.py build_mo
|