I18n - Fixes for translations during build (#2251)
This commit is contained in:
3
scripts/osx-translations.sh
Normal file
3
scripts/osx-translations.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
brew link --force gettext
|
||||
find locale/ -type f -name "*.po" -exec msgen "{}" -o "{}" \;
|
||||
Reference in New Issue
Block a user