[www-doc] [Git][VideoLAN.org/websites][master] Use unicode variant of br_FR locale
Konstantin Pavlov
gitlab at videolan.org
Wed Apr 8 20:40:59 CEST 2020
Konstantin Pavlov pushed to branch master at VideoLAN organization / websites
Commits:
7589b24e by Konstantin Pavlov at 2020-04-08T21:38:36+03:00
Use unicode variant of br_FR locale
- - - - -
1 changed file:
- www.videolan.org/include/header.php
Changes:
=====================================
www.videolan.org/include/header.php
=====================================
@@ -15,7 +15,7 @@ function getLocaleFromLanguage( $language )
case 'bg': $locale = "bg_BG.UTF-8"; break;
case 'bn': $locale = "bn_BD"; break;
case 'bn-IN': $locale = "bn_IN"; break;
- case 'br': $locale = "br_FR"; break;
+ case 'br': $locale = "br_FR.UTF-8"; break;
case 'bs': $locale = "bs_BA.UTF-8"; break;
case 'ca': $locale = "ca_ES.utf8"; break;
case 'co': $locale = "co_FR"; break;
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/7589b24eccc364a5fb06e5ab7b8ae31733baa874
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/7589b24eccc364a5fb06e5ab7b8ae31733baa874
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list