Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
updated to version 9.32.4 and added credits
Browse files Browse the repository at this point in the history
  • Loading branch information
mkloubert committed Sep 18, 2017
1 parent 88bcf4f commit a934480
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)!)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/lang/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit a934480

Please sign in to comment.