added translation

This commit is contained in:
2024-11-29 17:01:39 +03:00
parent 22c6bed407
commit fdfeb57049
11 changed files with 880 additions and 18 deletions

View File

@@ -103,7 +103,7 @@ void OutputDialog::on_buttonBox_accepted() {
}
if (this->options.get_print_total()) {
output_file << "Total: " << std::fixed << std::setprecision(2) << check.calculae_total_price();
output_file << "Total: " << std::fixed << std::setprecision(2) << check.calculae_total_price() << std::endl;
}
output_file.close();