Skip to content

Commit

Permalink
Fix broken #%1 translations
Browse files Browse the repository at this point in the history
Contribution Sponsor: Firestorm (launchfirestorm.com)
  • Loading branch information
gillamkid committed Sep 23, 2024
1 parent 7737014 commit c97d37a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion translations/qgc_source_ko_KR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10439,7 +10439,7 @@ Click Ok to start the auto-tuning process.
<message>
<location filename="../src/PlanView/MissionItemEditor.qml" line="249"/>
<source>Item #%1</source>
<translation>항목 1</translation>
<translation>항목 #%1</translation>
</message>
</context>
<context>
Expand Down
2 changes: 1 addition & 1 deletion translations/qgc_source_zh_CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10435,7 +10435,7 @@ Click Ok to start the auto-tuning process.
<message>
<location filename="../src/PlanView/MissionItemEditor.qml" line="249"/>
<source>Item #%1</source>
<translation>项目 1</translation>
<translation>项目 #%1</translation>
</message>
</context>
<context>
Expand Down

0 comments on commit c97d37a

Please sign in to comment.