From e9d2d8a80889c3fd59e4f81898e2a29afadaf6f5 Mon Sep 17 00:00:00 2001 From: Olivier Lacan Date: Tue, 10 Jan 2017 17:43:26 -0500 Subject: [PATCH] Add French to listed translations --- CHANGELOG.md | 1 + config.rb | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index decd44e..b5f99a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - it-IT translation from @roalz. - sv translation from @magol. - tr-TR translation from @karalamalar. +- fr translation from @zapashcanon. ### Changed - Start versioning based on the current English version at 0.3.0 to help diff --git a/config.rb b/config.rb index 506f7e3..177bd98 100644 --- a/config.rb +++ b/config.rb @@ -8,6 +8,7 @@ $languages = { "de" => "Deutsch", "en" => "English", "es-ES" => "Español", + "fr" => "Français", "it-IT" => "Italiano", "pt-BR" => "Brazilian Portugese", "ru" => "Pyccкий",