[geany/geany-osx] c88021: Remove translations for some modules to reduce bundle size
Jiří Techet
git-noreply at xxxxx
Wed Oct 23 16:10:56 UTC 2019
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Wed, 23 Oct 2019 16:10:56 UTC
Commit: c8802195a585fed7fe1294e1bc594509e7fe50a9
https://github.com/geany/geany-osx/commit/c8802195a585fed7fe1294e1bc594509e7fe50a9
Log Message:
-----------
Remove translations for some modules to reduce bundle size
This saves about 30MB.
Modified Paths:
--------------
geany-gtk3.bundle
Modified: geany-gtk3.bundle
9 lines changed, 6 insertions(+), 3 deletions(-)
===================================================================
@@ -85,19 +85,22 @@
want to copy in to the bundle. The "dest" attribute is
optional, as usual. Bundler will find all translations of that
library/program under the indicated directory and copy them.-->
+
+ <!-- remove these to reduce bundle size
<translations name="glib20">
${prefix}/share/locale
</translations>
- <translations name="atk10">
+ <translations name="gtk30-properties">
${prefix}/share/locale
</translations>
- <translations name="gtk30">
+ <translations name="atk10">
${prefix}/share/locale
</translations>
<translations name="gdk-pixbuf">
${prefix}/share/locale
</translations>
- <translations name="gtk30-properties">
+ -->
+ <translations name="gtk30">
${prefix}/share/locale
</translations>
<translations name="gtk-mac-integration">
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list