f"Old dynamic variables were found in the locales. Please update the locales to use the new dynamic variables. {f"See above for details{' (before the problems table).'ifargs.print_problemselse'.'}"ifargs.print_old_dynamic_variableselse'Run the script with --print-old-dynamic-variables to see the old dynamic variables.'}"
)
warning_message=(
"Old dynamic variables were found in the locales. Please update the locales to use the new dynamic variables. "
)
ifargs.print_old_dynamic_variables:
ifargs.print_problems:
warning_message+="See above for details (before the problems table)."
else:
warning_message+="See above for details."
else:
warning_message+="Run the script with --print-old-dynamic-variables to see the old dynamic variables."