diff --git a/news/2 Fixes/5437.md b/news/2 Fixes/5437.md new file mode 100644 index 000000000000..0fc268ed69c2 --- /dev/null +++ b/news/2 Fixes/5437.md @@ -0,0 +1,2 @@ +Remove trailing commas from JSON files. +(thanks [Romain](https://github.com/quarthex)) diff --git a/package.nls.de.json b/package.nls.de.json index 0cfb8101c7e9..63bf670ea03c 100644 --- a/package.nls.de.json +++ b/package.nls.de.json @@ -28,5 +28,5 @@ "python.snippet.launch.django.label": "Python: Django", "python.snippet.launch.flask.label": "Python: Flask", "python.snippet.launch.pyramid.label": "Python: Pyramid-Anwendung", - "python.snippet.launch.attach.label": "Python: Anfügen", + "python.snippet.launch.attach.label": "Python: Anfügen" } diff --git a/package.nls.es.json b/package.nls.es.json index fa6661ea96e0..3117226a4c34 100644 --- a/package.nls.es.json +++ b/package.nls.es.json @@ -28,5 +28,5 @@ "python.snippet.launch.django.label": "Python: Django", "python.snippet.launch.flask.label": "Python: Flask", "python.snippet.launch.pyramid.label": "Python: Pyramid", - "python.snippet.launch.attach.label": "Python: Adjuntar", + "python.snippet.launch.attach.label": "Python: Adjuntar" } diff --git a/package.nls.fr.json b/package.nls.fr.json index 27a2822bc6f7..14e4cea23758 100644 --- a/package.nls.fr.json +++ b/package.nls.fr.json @@ -27,5 +27,5 @@ "python.snippet.launch.django.label": "Python : Django", "python.snippet.launch.flask.label": "Python : Flask", "python.snippet.launch.pyramid.label": "Python : application Pyramid", - "python.snippet.launch.attach.label": "Python: Attacher", + "python.snippet.launch.attach.label": "Python: Attacher" } diff --git a/package.nls.ja.json b/package.nls.ja.json index 04bb243e702a..9815d74cb093 100644 --- a/package.nls.ja.json +++ b/package.nls.ja.json @@ -23,5 +23,5 @@ "python.snippet.launch.django.label": "Python: Django", "python.snippet.launch.flask.label": "Python: Flask", "python.snippet.launch.pyramid.label": "Python: Pyramid アプリケーション", - "python.snippet.launch.attach.label": "Python: アタッチ", + "python.snippet.launch.attach.label": "Python: アタッチ" } diff --git a/package.nls.ko-kr.json b/package.nls.ko-kr.json index 94f56c38c709..b83de82bc4f5 100644 --- a/package.nls.ko-kr.json +++ b/package.nls.ko-kr.json @@ -23,5 +23,5 @@ "python.snippet.launch.django.label": "Python: Django", "python.snippet.launch.flask.label": "Python: Flask", "python.snippet.launch.pyramid.label": "Python: Pyramid 응용 프로그램", - "python.snippet.launch.attach.label": "Python: 연결", + "python.snippet.launch.attach.label": "Python: 연결" } diff --git a/package.nls.pt-br.json b/package.nls.pt-br.json index e2d98a636003..cba1df0761b4 100644 --- a/package.nls.pt-br.json +++ b/package.nls.pt-br.json @@ -28,5 +28,5 @@ "python.snippet.launch.django.label": "Python: Django", "python.snippet.launch.flask.label": "Python: Flask", "python.snippet.launch.pyramid.label": "Python: Aplicação Pyramid", - "python.snippet.launch.attach.label": "Python: Anexar", + "python.snippet.launch.attach.label": "Python: Anexar" } diff --git a/package.nls.zh-cn.json b/package.nls.zh-cn.json index 49251865bef3..983827d0ca6f 100644 --- a/package.nls.zh-cn.json +++ b/package.nls.zh-cn.json @@ -28,5 +28,5 @@ "python.snippet.launch.django.label": "Python: Django", "python.snippet.launch.flask.label": "Python: Flask", "python.snippet.launch.pyramid.label": "Python: Pyramid 应用", - "python.snippet.launch.attach.label": "Python: 附加", + "python.snippet.launch.attach.label": "Python: 附加" } diff --git a/package.nls.zh-tw.json b/package.nls.zh-tw.json index 97f56b0e1249..45e813c5fff2 100644 --- a/package.nls.zh-tw.json +++ b/package.nls.zh-tw.json @@ -28,5 +28,5 @@ "python.snippet.launch.flask.label": "Python:Flask", "python.snippet.launch.pyramid.label": "Python:Pyramid 程式", "python.snippet.launch.attach.label": "Python:附加", - "python.command.python.discoverTests.title": "探索 Unit 測試項目", + "python.command.python.discoverTests.title": "探索 Unit 測試項目" }