From a93448013d4a86cd5c6e701e2454390736213e5b Mon Sep 17 00:00:00 2001 From: Marcel Kloubert Date: Mon, 18 Sep 2017 22:26:53 +0200 Subject: [PATCH] updated to version 9.32.4 and added credits --- CHANGELOG.md | 4 ++++ README.md | 2 +- package.json | 2 +- src/lang/fr.ts | 1 + 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc5f77a..a615dd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log (vs-deploy) +## 9.32.4 (September 18th, 2017; french translation) + +* fixes in [french translation](https://github.com/mkloubert/vs-deploy/blob/master/src/lang/fr.ts) by [Mathieu Lesniak](https://github.com/mathieulesniak) + ## 9.32.3 (August 21st, 2017; SFTP private key format) * added `privateKeySourceFormat` and `privateKeyTargetFormat` settings for [SFTP](https://github.com/mkloubert/vs-deploy/wiki/target_sftp) targets, that can define the input and output format of a private key diff --git a/README.md b/README.md index 9aa2f27..250fc1c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ There is also build-in support for the following [compilers and processors](http * brazilian portuguese (thanks to [Celio Rodrigues](https://github.com/ItsMeCelio)!) * english -* french (thanks to [neiobaf](https://github.com/neiobaf)!) +* french (thanks to [neiobaf](https://github.com/neiobaf) and [Mathieu Lesniak](https://github.com/mathieulesniak)!) * german * spanish (thanks to [alejandroivan](https://github.com/alejandroivan)!) * russian (thanks to [sag3ll0](https://github.com/sag3ll0)!) diff --git a/package.json b/package.json index 460269d..ab47412 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vs-deploy", "displayName": "Deploy", "description": "Commands for deploying files of your workspace to a destination.", - "version": "9.32.3", + "version": "9.32.4", "publisher": "mkloubert", "engines": { "vscode": "^1.6.0" diff --git a/src/lang/fr.ts b/src/lang/fr.ts index a55c835..03ecdfd 100644 --- a/src/lang/fr.ts +++ b/src/lang/fr.ts @@ -26,6 +26,7 @@ import { Translation } from '../i18'; // french // // Translated by: Neiobaf (https://github.com/neiobaf) +// Mathieu Lesniak (https://github.com/mathieulesniak) export const translation: Translation = { __plugins: { reload: {