Skip to content

lang_before_translation not documented #127

@threadi

Description

@threadi

Hi,

i searched for the possibility to show a link to the main language within the language-selector. in helper.php i found the following in line 44:

// get default translation
        if(!$conf['lang_before_translation']) {
            $dfl = $conf['lang'];
        } else {
            $dfl = $conf['lang_before_translation'];
        }

If i set "lang_before_translation" in my local.php to "de" i get what i want.

But is that the desired functionality? Or it is an old relict and changed simply to $dfl = $conf["lang"]?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions