diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-01 11:37:11 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-01 11:37:11 +0200 |
commit | 567f05883edbb0068eb4f6e9f449bbc30572f5bc (patch) | |
tree | 0f6938398f0b1711606ab6e36404e6b2b56bec03 /pyaggr3g470r/views.py | |
parent | Internationalization to french. (diff) | |
download | newspipe-567f05883edbb0068eb4f6e9f449bbc30572f5bc.tar.gz newspipe-567f05883edbb0068eb4f6e9f449bbc30572f5bc.tar.bz2 newspipe-567f05883edbb0068eb4f6e9f449bbc30572f5bc.zip |
Updated translation.
Diffstat (limited to 'pyaggr3g470r/views.py')
-rw-r--r-- | pyaggr3g470r/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/views.py b/pyaggr3g470r/views.py index 05b7e0f6..88bb45f7 100644 --- a/pyaggr3g470r/views.py +++ b/pyaggr3g470r/views.py @@ -119,7 +119,7 @@ def get_locale(): Called before each request to give us a chance to choose the language to use when producing its response. """ - return request.accept_languages.best_match(conf.LANGUAGES.keys()) + return "fr"#request.accept_languages.best_match(conf.LANGUAGES.keys()) # |