Bug 472179

Summary: Translation syntax error in turkish kxmlgui translations
Product: [Translations] i18n Reporter: Nicolas Fella <nicolas.fella>
Component: trAssignee: Emir SARI <emir_sari>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Nicolas Fella 2023-07-12 09:32:18 UTC
kxmlgui fails to build: https://invent.kde.org/frameworks/kxmlgui/-/jobs/1053017

FAILED: CMakeFiles/pofiles-08aebf85324bbb643579513ca6eaa28b /home/nico/kde6/build/kxmlgui/CMakeFiles/pofiles-08aebf85324bbb643579513ca6eaa28b 
cd /home/nico/kde6/build/kxmlgui && /usr/bin/cmake -DGETTEXT_MSGFMT_EXECUTABLE=/usr/bin/msgfmt -DCOPY_TO=/home/nico/kde6/build/kxmlgui/locale -DPO_DIR=/home/nico/kde6/src/kxmlgui/po -P /home/nico/kde6/usr/lib64/cmake/KF6I18n/build-pofiles.cmake
/home/nico/kde6/src/kxmlgui/po/tr/kxmlgui6.po:168:67: syntax error
/usr/bin/msgfmt: found 1 fatal error
CMake Error at /home/nico/kde6/usr/lib64/cmake/KF6I18n/build-pofiles.cmake:24 (message):
  failed generating /home/nico/kde6/src/kxmlgui/po
Call Stack (most recent call first):
  /home/nico/kde6/usr/lib64/cmake/KF6I18n/build-pofiles.cmake:51 (_processCommands)

In particular there is "<a href="%1">", but it should be "<a href=\"%1\">"
Comment 1 Emir SARI 2023-07-12 09:54:04 UTC
Sorry about that, looks like I messed up during copying from Lokalize. Fixed in SVN revision 1655676.