Skip to content

Commit 168b8f0

Browse files
committed
Fixed manifest ordering
1 parent 4b40045 commit 168b8f0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

en-GB/en-GB_python1.manifest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"description": "Python 1",
3-
"id": "python",
2+
"description": false,
3+
"id": "python_01",
44
"language": "en-GB",
5-
"number": 9,
5+
"number": 7,
66
"title": "Python 1",
77
"category": "cat-python",
88
"projects": [

en-GB/en-GB_python2.manifest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"description": "Python 2",
3-
"id": "python",
2+
"description": false,
3+
"id": "python_02",
44
"language": "en-GB",
5-
"number": 10,
5+
"number": 8,
66
"title": "Python 2",
77
"category": "cat-python",
88
"projects": [

en-GB/en-GB_archive.manifest renamed to en-GB/en-GB_python_archive.manifest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"description": "Archived Python Projects",
3-
"id": "python",
2+
"description": false,
3+
"id": "python_archive",
44
"language": "en-GB",
5-
"number": 20,
5+
"number": 9,
66
"title": "Archived Python Projects",
77
"category": "cat-python",
88
"projects": [

0 commit comments

Comments
 (0)