diff options
| author | cedricnjanga | 2017-11-27 12:09:53 +0100 |
|---|---|---|
| committer | cedricnjanga | 2017-11-27 12:09:53 +0100 |
| commit | 7b3e4f37f2bffce7da4b5eec01f0b106edd99af1 (patch) | |
| tree | f8afccdc9e7d17c7d9f19f41148ba615f2e176d3 /config | |
| parent | 80365ce4f88b1d25a3a313982c6a0cdaa5e8dff5 (diff) | |
| download | chouette-core-7b3e4f37f2bffce7da4b5eec01f0b106edd99af1.tar.bz2 | |
Refs #5030 Fix missing translation for UnactivatedStopPoint ComplianceControl
Diffstat (limited to 'config')
| -rw-r--r-- | config/initializers/apartment.rb | 2 | ||||
| -rw-r--r-- | config/locales/compliance_controls.en.yml | 2 | ||||
| -rw-r--r-- | config/locales/compliance_controls.fr.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/config/initializers/apartment.rb b/config/initializers/apartment.rb index 87bca0b45..69204a5d7 100644 --- a/config/initializers/apartment.rb +++ b/config/initializers/apartment.rb @@ -61,7 +61,7 @@ Apartment.configure do |config| 'RouteControl::OppositeRouteTerminus', 'RouteControl::OppositeRoute', 'RouteControl::StopPointsInJourneyPattern', - 'RouteControl::UnactivatedStopPoints', + 'RouteControl::UnactivatedStopPoint', 'RouteControl::ZDLStopArea', 'RoutingConstraintZoneControl::MaximumLength', 'RoutingConstraintZoneControl::MinimumLength', diff --git a/config/locales/compliance_controls.en.yml b/config/locales/compliance_controls.en.yml index 9615bbf69..0c476a46d 100644 --- a/config/locales/compliance_controls.en.yml +++ b/config/locales/compliance_controls.en.yml @@ -160,7 +160,7 @@ en: one: "A route must have at least 2 stop points" route_control/omnibus_journey_pattern: one: "A journey pattern of a route should connect all of a route's stop points" - route_control/unactivated_stop_points: + route_control/unactivated_stop_point: one: "Route and unactivated stop point" route_control/stop_points_in_journey_pattern: one: "The stop points of a route must be used by at least one journey pattern" diff --git a/config/locales/compliance_controls.fr.yml b/config/locales/compliance_controls.fr.yml index 9afffa823..70227b01f 100644 --- a/config/locales/compliance_controls.fr.yml +++ b/config/locales/compliance_controls.fr.yml @@ -159,7 +159,7 @@ fr: one: "Un itinéraire doit contenir au moins 2 arrêts" route_control/omnibus_journey_pattern: one: "Existence d’une mission passant par tous les arrêts de l'itinéraire" - route_control/unactivated_stop_points: + route_control/unactivated_stop_point: one: "Itinéraire & arrêt désactivé" route_control/stop_points_in_journey_pattern: one: "Utilisation des arrêts par les missions" |
