More work to get better i18n support.

This commit is contained in:
Martín Lucas Golini
2024-02-09 22:39:19 -03:00
parent f875672a3d
commit 9c2822e3d6
26 changed files with 572 additions and 236 deletions

View File

@@ -711,11 +711,11 @@ void ProjectBuildManager::runBuild( const std::string& buildName, const std::str
if ( progressFn ) {
progressFn( 0,
Sys::getDateTimeStr() + ": " +
String::format(
i18n( "running_steps_for_project", "Running steps for project %s...\n" )
.toUtf8()
.c_str(),
buildName.c_str() ),
String::format( i18n( "running_steps_for_project_ellipsis",
"Running steps for project %s...\n" )
.toUtf8()
.c_str(),
buildName.c_str() ),
nullptr );
if ( !buildType.empty() )