mirror of https://github.com/GNOME/gimp.git
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:
parent
965dd51e80
commit
143dfb709b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue