in src/wagtail_localize_smartling/utils.py [0:0]
def _get_smartling_dashboard_base_url() -> str:
if smartling_settings.ENVIRONMENT == "staging":
return "https://dashboard.stg.smartling.net"
return "https://dashboard.smartling.com"