stable

Clone or download

Read-only

request #14069 Error while generating translation file for docman

When generating the translation for docman/document, the following error happens: [docman] Generating default .pot file [docman] Generating plural .pot file [docman] Generating .pot file for .mustache files [docman] Combining .pot files into one /home/yrossetto/dev/tuleap/plugins/docman/site-content/tuleap-docman-default.pot:165: duplicate message definition... /home/yrossetto/dev/tuleap/plugins/docman/site-content/tuleap-docman-default.pot:162: ...this is the location of the first definition msgcat: found 1 fatal error This is due to a wrong key provided to dgettext() method. Change-Id: I9446c7a7b8650842ee66d613b85b269dcf5ac33d

Modified Files

Name
M plugins/docman/include/DeleteFailedException.php +5 −5 Go to diff View file
M plugins/docman/include/Docman_NotificationsManager.class.php +5 −5 Go to diff View file
M plugins/docman/include/Docman_NotificationsManager_Add.class.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_NotificationsManager_Delete.class.php +4 −4 Go to diff View file
M plugins/docman/include/Docman_NotificationsManager_Move.class.php +8 −8 Go to diff View file
M plugins/docman/include/Docman_NotificationsManager_Subscribers.class.php +1 −1 Go to diff View file
M plugins/docman/include/REST/v1/AfterItemCreationVisitor.php +3 −3 Go to diff View file
M plugins/docman/site-content/fr_FR/LC_MESSAGES/tuleap-docman.po +9 −2 Go to diff View file