Bug 446033

Summary: Translation is not updated on daily CI
Product: [KDE Neon] neon Reporter: Zayed Al-Saidi <zayed.alsaidi>
Component: Packages Unstable EditionAssignee: Neon Bugs <neon-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: jr, neon-bugs, sitter
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Zayed Al-Saidi 2021-11-24 13:27:22 UTC
SUMMARY
***
The translation is not getting updated. I used to test my translation on daily updates. However, it seems the CI is not building the translation packages since long time. 

***



SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.23.80
KDE Frameworks Version: 5.89.0
Qt Version: 5.15.3
Kernel Version: 5.11.0-40-generic (64-bit)
Graphics Platform: X11
Processors: 3 × AMD Ryzen 9 3900X 12-Core Processor
Memory: 4.9 غ.بايت of RAM
Graphics Processor: llvmpipe
ADDITIONAL INFORMATION
Comment 1 Harald Sitter 2021-11-26 11:52:59 UTC
for example which application?
Comment 2 Zayed Al-Saidi 2021-11-26 13:10:00 UTC
All language packs have same issue, for example Arabic pack for KDE:

zayed@zayed-virtualbox:~$ apt show language-pack-kde-ar
Package: language-pack-kde-ar
Version: 1:19.10.0ubuntu1
Priority: optional
Section: universe/translations
Origin: Ubuntu
Maintainer: Kubuntu Developers <kubuntu-devel@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 8,192 B
Pre-Depends: dpkg (>= 1.10.27ubuntu1)
Depends: language-pack-ar, k3b-i18n
Conflicts: language-pack-kde-ar-base
Download-Size: 2,356 B
APT-Sources: http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages
Description: KDE translation meta package for language ar
Comment 3 Harald Sitter 2021-12-06 06:11:09 UTC
We do not use language packs. I'll repeat my question: for example which applications?
Comment 4 Zayed Al-Saidi 2021-12-06 06:57:33 UTC
(In reply to Harald Sitter from comment #3)
> We do not use language packs. I'll repeat my question: for example which
> applications?

Sorry, I wasn't accurate. Currently, I get the latest build of KDE application on daily basis, but I don't get the latest translation from svn trunk (Arabic Language). I notice this on the following applications (because I update the translation in svn trunk /trunk/l10n-kf5/ar/messages, but I don't see the translated strings in the next day build):
1- Dolphin 
2- konsole
3- okular
4- gwenview
5-  plasma-workspace

I hope this will help.
Comment 5 Harald Sitter 2021-12-06 11:00:28 UTC
Thanks, that helped figure out what's wrong.

The svn internal database of our checkout got corrupted and svn is apparently unable to deal with that ¯\_(ツ)_/¯ 

This resulted in the checkout not updating for more than a month. I've now added automatic recovery logic to our checkout management so this doesn't happen again, hopefully.