[gnome-shell-extensions/gnome-3-28] build: Include translations in uploaded zip files



commit faeda183a21f29b6957e72e443bc5856f6c933c7
Author: Florian Müllner <fmuellner gnome org>
Date:   Mon May 7 11:56:37 2018 +0200

    build: Include translations in uploaded zip files
    
    The meson port accidentally dropped translations from the generated
    zip files for uploading to extensions.gnome.org, add them back.
    
    https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues/69

 export-zips.sh | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/export-zips.sh b/export-zips.sh
index 776c254..7fd4f03 100755
--- a/export-zips.sh
+++ b/export-zips.sh
@@ -22,6 +22,7 @@ for f in $extensiondir/*; do
   schema=$schemadir/org.gnome.shell.extensions.$name.gschema.xml
 
   cp $srcdir/NEWS $srcdir/COPYING $f
+  cp -r $localedir $f
 
   if [ -f $schema ]; then
     mkdir $f/schemas


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]