mirror of https://github.com/espruino/BangleApps
commit
1696b70a93
|
@ -21,3 +21,4 @@
|
||||||
0.17: Fix regression where long month names were 'undefined' (fix #1641)
|
0.17: Fix regression where long month names were 'undefined' (fix #1641)
|
||||||
0.18: Fix lint warnings, change anv->janv for fr_BE and fr_CH
|
0.18: Fix lint warnings, change anv->janv for fr_BE and fr_CH
|
||||||
0.19: Deprecate currency information
|
0.19: Deprecate currency information
|
||||||
|
0.20: Improve support for meridians
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "locale",
|
"id": "locale",
|
||||||
"name": "Languages",
|
"name": "Languages",
|
||||||
"version": "0.19",
|
"version": "0.20",
|
||||||
"description": "Translations for different countries",
|
"description": "Translations for different countries",
|
||||||
"icon": "locale.png",
|
"icon": "locale.png",
|
||||||
"type": "locale",
|
"type": "locale",
|
||||||
|
|
Loading…
Reference in New Issue