Skip to content

Commit b24e2cb

Browse files
quarthexDonJayamanne
authored andcommitted
remove unexpected trailing commas in JSON files (#5443)
Fixes #5437 and #5439
1 parent e7a65cd commit b24e2cb

9 files changed

+10
-8
lines changed

news/2 Fixes/5437.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Remove trailing commas from JSON files.
2+
(thanks [Romain](https://github.com/quarthex))

package.nls.de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"python.snippet.launch.django.label": "Python: Django",
2929
"python.snippet.launch.flask.label": "Python: Flask",
3030
"python.snippet.launch.pyramid.label": "Python: Pyramid-Anwendung",
31-
"python.snippet.launch.attach.label": "Python: Anfügen",
31+
"python.snippet.launch.attach.label": "Python: Anfügen"
3232
}

package.nls.es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"python.snippet.launch.django.label": "Python: Django",
2929
"python.snippet.launch.flask.label": "Python: Flask",
3030
"python.snippet.launch.pyramid.label": "Python: Pyramid",
31-
"python.snippet.launch.attach.label": "Python: Adjuntar",
31+
"python.snippet.launch.attach.label": "Python: Adjuntar"
3232
}

package.nls.fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
"python.snippet.launch.django.label": "Python : Django",
2828
"python.snippet.launch.flask.label": "Python : Flask",
2929
"python.snippet.launch.pyramid.label": "Python : application Pyramid",
30-
"python.snippet.launch.attach.label": "Python: Attacher",
30+
"python.snippet.launch.attach.label": "Python: Attacher"
3131
}

package.nls.ja.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
"python.snippet.launch.django.label": "Python: Django",
2424
"python.snippet.launch.flask.label": "Python: Flask",
2525
"python.snippet.launch.pyramid.label": "Python: Pyramid アプリケーション",
26-
"python.snippet.launch.attach.label": "Python: アタッチ",
26+
"python.snippet.launch.attach.label": "Python: アタッチ"
2727
}

package.nls.ko-kr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
"python.snippet.launch.django.label": "Python: Django",
2424
"python.snippet.launch.flask.label": "Python: Flask",
2525
"python.snippet.launch.pyramid.label": "Python: Pyramid 응용 프로그램",
26-
"python.snippet.launch.attach.label": "Python: 연결",
26+
"python.snippet.launch.attach.label": "Python: 연결"
2727
}

package.nls.pt-br.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"python.snippet.launch.django.label": "Python: Django",
2929
"python.snippet.launch.flask.label": "Python: Flask",
3030
"python.snippet.launch.pyramid.label": "Python: Aplicação Pyramid",
31-
"python.snippet.launch.attach.label": "Python: Anexar",
31+
"python.snippet.launch.attach.label": "Python: Anexar"
3232
}

package.nls.zh-cn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"python.snippet.launch.django.label": "Python: Django",
2929
"python.snippet.launch.flask.label": "Python: Flask",
3030
"python.snippet.launch.pyramid.label": "Python: Pyramid 应用",
31-
"python.snippet.launch.attach.label": "Python: 附加",
31+
"python.snippet.launch.attach.label": "Python: 附加"
3232
}

package.nls.zh-tw.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"python.snippet.launch.flask.label": "Python:Flask",
2929
"python.snippet.launch.pyramid.label": "Python:Pyramid 程式",
3030
"python.snippet.launch.attach.label": "Python:附加",
31-
"python.command.python.discoverTests.title": "探索 Unit 測試項目",
31+
"python.command.python.discoverTests.title": "探索 Unit 測試項目"
3232
}

0 commit comments

Comments
 (0)