sliding text clock: upped version number and included german language file

pull/730/head
adrian w kirk 2021-04-21 11:15:50 +01:00
parent dcf5765e09
commit f64d536dc3
1 changed files with 2 additions and 1 deletions

View File

@ -216,7 +216,7 @@
{ "id": "slidingtext",
"name": "Sliding Clock",
"icon": "slidingtext.png",
"version":"0.03",
"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",
"tags": "clock",
"type":"clock",
@ -232,6 +232,7 @@
{"name":"slidingtext.locale.es.js","url":"slidingtext.locale.es.js"},
{"name":"slidingtext.locale.fr.js","url":"slidingtext.locale.fr.js"},
{"name":"slidingtext.locale.jp.js","url":"slidingtext.locale.jp.js"},
{"name":"slidingtext.locale.de.js","url":"slidingtext.locale.de.js"},
{"name":"slidingtext.dtfmt.js","url":"slidingtext.dtfmt.js"}
]
},