build: Provide 'iso_639_3.mo' for language list in text tool options

This list is generated at runtime, unlike the one from preferences.
This commit is contained in:
Bruno 2024-08-11 06:53:16 -03:00 committed by Jehan
parent 965dd51e80
commit 143dfb709b
1 changed files with 2 additions and 0 deletions

View File

@ -143,7 +143,9 @@ for lang in "${lang_array[@]}"; do
bundle "$GIMP_PREFIX" share/locale/$lang/LC_MESSAGES/*.mo
if [ -d "$MSYS_PREFIX/share/locale/$lang/LC_MESSAGES/" ]; then
bundle "$MSYS_PREFIX" share/locale/$lang/LC_MESSAGES/gtk*.mo
# For language list in text tool options
bundle "$MSYS_PREFIX" share/locale/$lang/LC_MESSAGES/iso_639.mo
bundle "$MSYS_PREFIX" share/locale/$lang/LC_MESSAGES/iso_639_3.mo
fi
done
### Needed for welcome page