Browse Source

Merge pull request #6844 from mavlink/localizationUpdate

Updating localization strings
QGC4.4
Gus Grubba 7 years ago committed by GitHub
parent
commit
095964c52e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      localization/gen_translation_source.sh
  2. 5364
      localization/qgc.ts
  3. 4
      src/Vehicle/Vehicle.cc
  4. 4
      src/Vehicle/Vehicle.h

2
localization/gen_translation_source.sh

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
# This is set to find lupdate in my particular installation. You will need to set the path # This is set to find lupdate in my particular installation. You will need to set the path
# where you have Qt installed. # where you have Qt installed.
QT_PATH=~/Applications/Qt/5.9.1/clang_64/bin QT_PATH=~/Applications/Qt/5.11.0/clang_64/bin
$QT_PATH/lupdate ../src -ts qgc.ts $QT_PATH/lupdate ../src -ts qgc.ts

5364
localization/qgc.ts

File diff suppressed because it is too large Load Diff

4
src/Vehicle/Vehicle.cc

@ -846,8 +846,8 @@ void Vehicle::_handleEstimatorStatus(mavlink_message_t& message)
float pos_horiz_accuracy; /*< Horizontal position 1-STD accuracy relative to the EKF local origin (m)*/ float pos_horiz_accuracy; /*< Horizontal position 1-STD accuracy relative to the EKF local origin (m)*/
float pos_vert_accuracy; /*< Vertical position 1-STD accuracy relative to the EKF local origin (m)*/ float pos_vert_accuracy; /*< Vertical position 1-STD accuracy relative to the EKF local origin (m)*/
uint16_t flags; /*< Integer bitmask indicating which EKF outputs are valid. See definition for ESTIMATOR_STATUS_FLAGS.*/ uint16_t flags; /*< Integer bitmask indicating which EKF outputs are valid. See definition for ESTIMATOR_STATUS_FLAGS.*/
}) mavlink_estimator_status_t; } mavlink_estimator_status_t;
};
#endif #endif
} }

4
src/Vehicle/Vehicle.h

@ -474,8 +474,8 @@ private:
float pos_horiz_accuracy; /*< Horizontal position 1-STD accuracy relative to the EKF local origin (m)*/ float pos_horiz_accuracy; /*< Horizontal position 1-STD accuracy relative to the EKF local origin (m)*/
float pos_vert_accuracy; /*< Vertical position 1-STD accuracy relative to the EKF local origin (m)*/ float pos_vert_accuracy; /*< Vertical position 1-STD accuracy relative to the EKF local origin (m)*/
uint16_t flags; /*< Integer bitmask indicating which EKF outputs are valid. See definition for ESTIMATOR_STATUS_FLAGS.*/ uint16_t flags; /*< Integer bitmask indicating which EKF outputs are valid. See definition for ESTIMATOR_STATUS_FLAGS.*/
}) mavlink_estimator_status_t; } mavlink_estimator_status_t;
};
#endif #endif
}; };

Loading…
Cancel
Save