mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 17:43:46 +01:00
5 lines
169 B
Bash
Executable File
5 lines
169 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 --no-fuzzy-matching
|