diff options
| author | Frizlab | 2013-04-05 06:46:40 +0200 | 
|---|---|---|
| committer | Jack Nagel | 2013-04-05 14:12:20 -0500 | 
| commit | 8f40b4c86aad9b1371f1e6849daff75fcb3470c5 (patch) | |
| tree | 0e4b367b7f694d3b4dc828a476d12c70833683c6 | |
| parent | 0583a470ece78ef8d975d0dbe3ecf6bd8217914f (diff) | |
| download | homebrew-8f40b4c86aad9b1371f1e6849daff75fcb3470c5.tar.bz2 | |
Lang string for "French" is "Français"
In previous versions of the site, there was written "Version Française".  Thus
it made sense for the word "Français" to be in its feminine form. Now that the
"Version" part has been dropped, we must switch back to the masculine form of
the word.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | _config.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/_config.yml b/_config.yml index bbeb2d775..f83a622d0 100644 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,7 @@ langs:    - langcode: es      lang_string: Español    - langcode: fr -    lang_string: Française +    lang_string: Français    - langcode: zh-CN      lang_string: 简体中文    - langcode: zh-TW | 
