Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
  • Alexandre Flament's avatar
    ca93a018
    [mod] dynamically set language_support variable · ca93a018
    Alexandre Flament authored
    The language_support variable is set to True by default,
    and set to False in only 5 engines.
    
    Except the documentation and the /config URL, this variable is not used.
    
    This commit remove the variable definition in the engines, and
    set value according to supported_languages length: False when the length is 0,
    True otherwise.
    
    Close #2485
    ca93a018
    [mod] dynamically set language_support variable
    Alexandre Flament authored
    The language_support variable is set to True by default,
    and set to False in only 5 engines.
    
    Except the documentation and the /config URL, this variable is not used.
    
    This commit remove the variable definition in the engines, and
    set value according to supported_languages length: False when the length is 0,
    True otherwise.
    
    Close #2485
Loading