mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-08 16:43:47 +01:00
7 lines
177 B
Bash
Executable File
7 lines
177 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
pybabel extract -F babel.cfg -k lazy_gettext -o translations/messages.pot .
|
|
pybabel update -i translations/messages.pot -d translations --no-fuzzy-matching
|