Bug 472179 - Translation syntax error in turkish kxmlgui translations
Summary: Translation syntax error in turkish kxmlgui translations
Status: RESOLVED FIXED
Alias: None
Product: i18n
Classification: Translations
Component: tr (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Emir SARI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-12 09:32 UTC by Nicolas Fella
Modified: 2023-07-12 09:54 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.