Files
pyfa/scripts/osx-translations.sh
DarkPhoenix 3257abbeff Remove linking of gettext for macOS
Apprently, it's already linked on appveyor images
2021-06-08 19:36:48 +03:00

3 lines
82 B
Bash

#!/usr/bin/env bash
find locale/ -type f -name "*.po" -exec msgen "{}" -o "{}" \;