Bug 464606

Summary: Translations are not installed
Product: [Applications] KBibTeX Reporter: Antonio Rojas <arojas>
Component: Compiling/packagingAssignee: Thomas Fischer <fischer>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 0.9.3.1   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Antonio Rojas 2023-01-21 19:19:23 UTC
Translations are not being installed in 0.9.3.1. The 'macro_optional_add_subdirectory(po)' call is commented out in CMakeLists.txt
Comment 1 Thomas Fischer 2023-02-01 20:23:37 UTC
Git commit 1dd33a18bb0d26a1a138a1144f5814481837cc5d by Thomas Fischer.
Committed on 01/02/2023 at 20:11.
Pushed by thomasfischer into branch 'kbibtex/0.9'.

Reactivating installation of translations

M  +3    -3    CMakeLists.txt
M  +4    -0    ChangeLog

https://invent.kde.org/office/kbibtex/commit/1dd33a18bb0d26a1a138a1144f5814481837cc5d
Comment 2 Thomas Fischer 2023-03-04 17:09:32 UTC
Git commit 7d513a2da1fa6b4cc3674e4671be1b892366f8db by Thomas Fischer.
Committed on 07/02/2023 at 21:06.
Pushed by thomasfischer into tag 'v0.9.3.2'.

Fixing installation of translations

Replacing erroneous
  macro_optional_add_subdirectory(po)
with
  ki18n_install(po)

Fixing faulty commit 1dd33a18bb0d26a1a.

M  +2    -3    CMakeLists.txt

https://invent.kde.org/office/kbibtex/commit/7d513a2da1fa6b4cc3674e4671be1b892366f8db