Files
pyfa/scripts/osx-translations.sh
2020-08-02 18:52:55 -04:00

3 lines
107 B
Bash

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