Summary: | It takes very long for translated work to get to the user | ||
---|---|---|---|
Product: | [Translations] i18n | Reporter: | PK <pieterkristensen> |
Component: | nl | Assignee: | kde-i18n-nl <kde-i18n-nl> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | freekdekruijf, luc.castermans |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
PK
2022-02-27 06:51:28 UTC
I checked the content of the file /usr/share/locale/nl/LC_MESSAGES/latte-dock.mo from packet latte-dock-lang on openSUSE Tumbleweed and found the following strings in that file: Project-Id-Version: Report-Msgid-Bugs-To: https://bugs.kde.org PO-Revision-Date: 2021-12-08 11:20+0100 Last-Translator: Freek de Kruijf <freekdekruijf@kde.nl> Language-Team: Dutch <kde-i18n-nl@kde.org> Language: nl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=n != 1; X-Generator: Lokalize 21.08.3 So at least openSUSE Tumbleweed contains a very recent version with your translation from 2021. The file nl/messages/latte-dock/latte-dock.po contains: # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # # Freek de Kruijf <freekdekruijf@kde.nl>, 2017, 2018, 2019, 2020, 2021, 2022. # pieter <pieterkristensen@gmail.com>, 2021. # Luc Castermans <luc.castermans@gmail.com>, 2021. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-02-26 00:50+0000\n" "PO-Revision-Date: 2022-02-13 13:23+0100\n" "Last-Translator: Freek de Kruijf <freekdekruijf@kde.nl>\n" "Language-Team: \n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 21.12.2\n" So it is not the most recent, but your translations are there. So this is not a valid bug report for KDE and also not for openSUSE. Maybe other distributions lag behind to include the latest translations. You may inspect the above mentioned .mo file for the above shown information to what version of the .po is included. This inspections is done with the utility "strings". |