Parcourir la source

special language handling

tobiaskaminsky il y a 7 ans
Parent
commit
8ab4a346e2
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      scripts/screenshots/addMockDevice.sh

+ 3 - 0
scripts/screenshots/addMockDevice.sh

@@ -11,6 +11,9 @@ for i in $(find ../../fastlane | grep png) ; do
         "en-US")
             locale=""
             ;;
+        "de-DE")
+            locale="-de"
+            ;;
         *)
             locale="-"$locale
     esac