Bug 473746 - Some translations for Json are not added into destination json
Summary: Some translations for Json are not added into destination json
Status: RESOLVED DUPLICATE of bug 436030
Alias: None
Product: i18n
Classification: Translations
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Albert Astals Cid
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-25 11:13 UTC by Méven Car
Modified: 2023-09-08 06:04 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 Méven Car 2023-08-25 11:13:57 UTC
SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

In
https://websvn.kde.org/trunk/l10n-kf6/fr/messages/kio/kio._json_.po?view=markup

We can see, we have translations for "trash ExtraNames", yet they are not injected into https://invent.kde.org/frameworks/kio/-/blob/master/src/kioworkers/trash/trash.json

I am guessing this is due to the translation:
39 	#: src/kioworkers/trash/trash.json
40 	msgctxt "trash ExtraNames"
41 	msgid "Original Path;Deletion Date"
42 	msgstr "Emplacement d'origine;date de suppression"

Where "Emplacement d'origine;date de suppression" contains a ' which might cause some problem to our json pipeline.
Comment 1 Albert Astals Cid 2023-09-07 22:09:31 UTC
Isn't this bug 436030 ?
Comment 2 Méven Car 2023-09-08 06:04:11 UTC
*** This bug has been marked as a duplicate of bug 436030 ***