Skip to content

Commit

Permalink
Enforce accelerators in translations
Browse files Browse the repository at this point in the history
Make sure we don't overlook missing accelerators in the translations
again.
  • Loading branch information
CendioOssman committed Sep 29, 2023
1 parent e218234 commit c891143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion po/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ foreach(lang ${po_FILES})

# Add command to build X.mo from X.po
add_custom_command(OUTPUT ${mo}
COMMAND ${GETTEXT_MSGFMT_EXECUTABLE} --check -o ${mo} ${po}
COMMAND ${GETTEXT_MSGFMT_EXECUTABLE} --check --check-accelerators -o ${mo} ${po}
DEPENDS ${po}
)

Expand Down

0 comments on commit c891143

Please sign in to comment.