def map_project_locale_to_smartling()

in testapp/settings.py [0:0]


def map_project_locale_to_smartling(locale: str) -> str:
    if locale == "fr":
        return "fr-FR"
    return locale