Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(service): allow empty default language string #972

Merged
merged 1 commit into from
Feb 5, 2020

Commits on Dec 13, 2018

  1. issue ngx-translate#971 handling empty default language string

    An empty string is now also allowed as default language.
    It checks if the default language is null. 
    The check for 'undefined' is implied because of the use of == instead of ===.
    JuleSch authored Dec 13, 2018
    Configuration menu
    Copy the full SHA
    cc94a2d View commit details
    Browse the repository at this point in the history