]> git.ktnx.net Git - mobile-ledger.git/blobdiff - tools/banner-png
bg-BG translation for descriptions and feature graphic
[mobile-ledger.git] / tools / banner-png
index d90c8ca54bb5a65456dde2da9353ee72839b8119..a72fbc984230a5a19717598de668a4cd6b2ed024 100755 (executable)
@@ -8,3 +8,10 @@ DST="metadata/en-US/images/featureGraphic.png"
 
 convert "$SRC" "$DST"
 optipng "$DST"
+
+LANG="bg-BG"
+SRC="art/app-banner-$LANG.svg"
+DST="metadata/$LANG/images/featureGraphic.png"
+
+convert "$SRC" "$DST"
+optipng "$DST"