Browse Source

special language handling

tobiaskaminsky 7 years ago
parent
commit
8ab4a346e2
1 changed files with 3 additions and 0 deletions
  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")
         "en-US")
             locale=""
             locale=""
             ;;
             ;;
+        "de-DE")
+            locale="-de"
+            ;;
         *)
         *)
             locale="-"$locale
             locale="-"$locale
     esac
     esac