mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 09:33:44 +01:00
4 lines
148 B
Bash
Executable File
4 lines
148 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pybabel extract -F babel.cfg -k lazy_gettext -o translations/messages.pot .
|
|
pybabel update -i translations/messages.pot -d translations |