diff --git a/apps.json b/apps.json index 59faa78ca..14990d3c4 100644 --- a/apps.json +++ b/apps.json @@ -217,7 +217,7 @@ "name": "Sliding Clock", "icon": "slidingtext.png", "version":"0.04", - "description": "Inspired by the Pebble sliding clock, old times are scrolled off the screen and new times on. You are also able to change language on the fly so you can see the time written in other languages using button 1. Currently English, French, Japanese and Spanish are supported", + "description": "Inspired by the Pebble sliding clock, old times are scrolled off the screen and new times on. You are also able to change language on the fly so you can see the time written in other languages using button 1. Currently English, French, Japanese, Spanish and German are supported", "tags": "clock", "type":"clock", "allow_emulator":true, diff --git a/apps/slidingtext/README.md b/apps/slidingtext/README.md index cc802638a..d2d2fb5b6 100644 --- a/apps/slidingtext/README.md +++ b/apps/slidingtext/README.md @@ -13,6 +13,8 @@ Use Button 1 (the top right button) to change the language | English | English (Traditional) | French | Japanese (Romanji) | | ---- | ---- | ---- | ---- | | ![](./format-01.jpg) | ![](format-02.jpg) | ![](format-03.jpg) |![](format-04.jpg) | +| **German** | **Spanish** | | | +| ![](./format-05.jpg) | ![](format-06.jpg) | | | ### Button 3 Button 3 (bottom right button) is used to change the colour diff --git a/apps/slidingtext/format-05.jpg b/apps/slidingtext/format-05.jpg new file mode 100644 index 000000000..33f7bc724 Binary files /dev/null and b/apps/slidingtext/format-05.jpg differ diff --git a/apps/slidingtext/format-06.jpg b/apps/slidingtext/format-06.jpg new file mode 100644 index 000000000..493777d23 Binary files /dev/null and b/apps/slidingtext/format-06.jpg differ