1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2025-11-23 22:04:43 +02:00

Match target translation to site's locale

This commit is contained in:
Piero Toffanin
2023-01-15 12:07:51 -05:00
parent 5bf7a80932
commit 9fe372f58f
3 changed files with 34 additions and 18 deletions

View File

@@ -93,12 +93,12 @@ _default_options_objects = [
},
{
'name': 'FRONTEND_LANGUAGE_SOURCE',
'default_value': 'en',
'default_value': 'auto',
'value_type': 'str'
},
{
'name': 'FRONTEND_LANGUAGE_TARGET',
'default_value': 'es',
'default_value': 'locale',
'value_type': 'str'
},
{