mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-06 06:49:31 +03:00
More work to get better i18n support.
This commit is contained in:
@@ -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() )
|
||||
|
||||
Reference in New Issue
Block a user