Skip to content

Commit

Permalink
add translatable string ref #11859
Browse files Browse the repository at this point in the history
Signed-off-by: m-kro <[email protected]>
  • Loading branch information
m-kro committed Jan 2, 2025
1 parent 4ad1209 commit dc6f092
Show file tree
Hide file tree
Showing 17 changed files with 7,757 additions and 8,163 deletions.
1,535 changes: 744 additions & 791 deletions data/po/de_gui.po

Large diffs are not rendered by default.

487 changes: 250 additions & 237 deletions data/po/de_sumo.po

Large diffs are not rendered by default.

1,535 changes: 744 additions & 791 deletions data/po/es_gui.po

Large diffs are not rendered by default.

462 changes: 233 additions & 229 deletions data/po/es_sumo.po

Large diffs are not rendered by default.

1,504 changes: 717 additions & 787 deletions data/po/fr_gui.po

Large diffs are not rendered by default.

443 changes: 216 additions & 227 deletions data/po/fr_sumo.po

Large diffs are not rendered by default.

1,499 changes: 713 additions & 786 deletions data/po/hu_gui.po

Large diffs are not rendered by default.

443 changes: 216 additions & 227 deletions data/po/hu_sumo.po

Large diffs are not rendered by default.

1,535 changes: 744 additions & 791 deletions data/po/it_gui.po

Large diffs are not rendered by default.

443 changes: 216 additions & 227 deletions data/po/it_sumo.po

Large diffs are not rendered by default.

1,535 changes: 744 additions & 791 deletions data/po/tr_gui.po

Large diffs are not rendered by default.

483 changes: 248 additions & 235 deletions data/po/tr_sumo.po

Large diffs are not rendered by default.

1,535 changes: 744 additions & 791 deletions data/po/zh-Hant_gui.po

Large diffs are not rendered by default.

475 changes: 244 additions & 231 deletions data/po/zh-Hant_sumo.po

Large diffs are not rendered by default.

1,526 changes: 735 additions & 791 deletions data/po/zh_gui.po

Large diffs are not rendered by default.

475 changes: 244 additions & 231 deletions data/po/zh_sumo.po

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions src/microsim/MSBaseVehicle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,11 @@ MSBaseVehicle::replaceRouteEdges(ConstMSEdgeVector& edges, double cost, double s

bool
MSBaseVehicle::replaceRoute(ConstMSRoutePtr newRoute, const std::string& info, bool onInit, int offset, bool addRouteStops, bool removeStops, std::string* msgReturn) {

if (myID == "fl_11_159.0") {
bool stopit = true;
}

const ConstMSEdgeVector& edges = newRoute->getEdges();
// rebuild in-vehicle route information
if (onInit) {
Expand Down

0 comments on commit dc6f092

Please sign in to comment.