commit 2e66f78c44ee4720fea540f8bcf3bce20ac36166 Author: gus gus@torproject.org Date: Tue Nov 17 15:43:02 2020 -0500
Add it to htaccess --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.htaccess b/.htaccess index 7db5e94..7da81c3 100644 --- a/.htaccess +++ b/.htaccess @@ -9,7 +9,7 @@ RewriteRule ^(en|en-US)$ / [R=302,L] RewriteRule ^(en|en-US)/(.*) /$2 [R=302,L]
# Rewrites for languages that have a different mapping in the page than in TBB -RewriteRule ^(es-ES|es-MX|es-CO|es-AR)(.*) /es$2 [R=302,L] +RewriteRule ^(es-ES|es-MX|es-CO)(.*) /es$2 [R=302,L]
# we have only one translation for this locales RewriteRule ^(bn-BD|bn-IN)(.*) /bn$2 [R=302,L] @@ -19,4 +19,4 @@ RewriteRule ^ga-IE/(.*) /ga$1 [R=302,L] # but don't have a community page # You can see them at https://dist.torproject.org/torbrowser/, pick the last alpha for the most languages # this languages are the translation priority for the community portal! -RewriteRule ^(ar|ca|cs|da|de|el|fa|fr|ga|he|hu|id|is|ja|ka|ko|lt|mk|ms|nb-NO|nl|pl|pt-BR|pt-PT|ro|ru|sv-SE|th|tr|vi|zh-CN|zh-TW)(.*) /$2 [R=302,L] +RewriteRule ^(ar|ca|cs|da|de|el|fa|fr|ga|he|hu|id|is|it|ja|ka|ko|lt|mk|ms|nb-NO|nl|pl|pt-BR|pt-PT|ro|ru|sv-SE|th|tr|vi|zh-CN|zh-TW)(.*) /$2 [R=302,L]
tor-commits@lists.torproject.org