mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-06-18 23:21:00 +00:00
Match target translation to site's locale
This commit is contained in:
parent
5bf7a80932
commit
9fe372f58f
3 changed files with 34 additions and 18 deletions
|
@ -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'
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue