Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: proper l10n keys for changelog #534

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/shared/ui/src/lib/changelog/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export const CHANGELOG: Changelog = [
{
version: '1.2.4',
changeL10nKeys: [
'changelog.1-3-0.featOnOffToggleInputPreset',
'changelog.1-3-0.featSeparatePitchYawRollTiltSensorWidgets',
'changelog.1-2-4.featOnOffToggleInputPreset',
'changelog.1-2-4.featSeparatePitchYawRollTiltSensorWidgets',
'changelog.bugfixesAndImprovements'
]
},
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@
"featInputGainForBrakeInputOfSpeedBinding": "Input gain for 'Brake' input of 'Speed' binding",
"featHubHWAndSWVersionInHubInfo": "Display of hub hardware and software versions in the hub info panel"
},
"1-3-0": {
"1-2-4": {
"featOnOffToggleInputPreset": "On/off toggle mode for 'Speed' and 'Servo' binding inputs",
"featSeparatePitchYawRollTiltSensorWidgets": "Separate pitch, yaw, and roll tilt sensor widgets"
}
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@
"featInputGainForBrakeInputOfSpeedBinding": "Управление коэффициентом усиления ввода для контроля 'Тормоз' в типе привязки 'Скорость'",
"featHubHWAndSWVersionInHubInfo": "Версия аппаратного и программного обеспечения хаба в информации о хабе"
},
"1-3-0": {
"1-2-4": {
"featOnOffToggleInputPreset": "Режим 'Вкл/Выкл' для управления привязками 'Скорость' и 'Серво'",
"featSeparatePitchYawRollTiltSensorWidgets": "Отдельные виджеты для отображения тангажа, рыскания и крена"
}
Expand Down
Loading