I18n - Fixes for translations during build (#2251)

This commit is contained in:
Ryan Holmes
2020-08-02 18:52:55 -04:00
committed by GitHub
parent 362d081338
commit 32a03dedaa
5 changed files with 10 additions and 2 deletions

View File

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