[tor-commits] [donate/master] Missed a couple of the new specific locales
peterh at torproject.org
peterh at torproject.org
Mon Mar 18 18:08:21 UTC 2019
commit d5c20ed9bf4845cb0c1a530d431c00fb9664685e
Author: peterh <peterh at giantrabbit.com>
Date: Mon Mar 4 14:57:39 2019 -0800
Missed a couple of the new specific locales
---
src/settings.php | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/settings.php b/src/settings.php
index 03d3a2fd..d9aae2c6 100644
--- a/src/settings.php
+++ b/src/settings.php
@@ -27,13 +27,16 @@ $config = [
'es_AR' => 'es_AR',
'es_ES' => 'es_ES',
'fr' => 'fr_FR',
+ 'fr_FR' => 'fr_FR',
'it' => 'it_IT',
+ 'it_IT' => 'it_IT',
'ka' => 'ka_GE',
'ka_GE' => 'ka_GE',
'pt' => 'pt_BR',
'pt_BR' => 'pt_BR',
'pt_PT' => 'pt_PT',
'tr' => 'tr_TR',
+ 'tr_TR' => 'tr_TR',
'zh' => 'zh_CN',
'zh_CN' => 'zh_CN',
],
More information about the tor-commits
mailing list