Compiles all the langs.

This commit is contained in:
pierreozoux
2020-07-30 11:14:37 +02:00
parent 09a0e16b01
commit 81e8a66c62
4 changed files with 70 additions and 11 deletions

3
build/change_file_extension.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
find ./locale -name '*.pot' -exec sh -c 'mv "$0" "${0%.pot}.po"' {} \;