Bug 464606 - Translations are not installed
Summary: Translations are not installed
Status: RESOLVED FIXED
Alias: None
Product: KBibTeX
Classification: Applications
Component: Compiling/packaging (show other bugs)
Version: 0.9.3.1
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Thomas Fischer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-21 19:19 UTC by Antonio Rojas
Modified: 2023-03-04 17:09 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 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