mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-26 06:14:35 +08:00
11 lines
195 B
Bash
Executable file
11 lines
195 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Copyright © Michal Čihař <michal@weblate.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
# Gerates .mo files used for runtime translating Weblate
|
|
|
|
set -e
|
|
|
|
./setup.py build_mo
|