use OrderedDict for localization data in index-v1

This commit is contained in:
Michael Pöhn 2017-09-04 02:23:17 +02:00
parent 26192a00e2
commit 89d9d0c45b
2 changed files with 20 additions and 4 deletions

View file

@ -133,12 +133,12 @@
"lastUpdated": 1466640000000,
"localized": {
"en-US": {
"name": "title\n",
"summary": "short description\n",
"video": "video\n",
"description": "full description\n",
"featureGraphic": "featureGraphic.png",
"icon": "icon.png"
"icon": "icon.png",
"name": "title\n",
"summary": "short description\n",
"video": "video\n"
}
}
}