Bug 1229335 - Bad Czech translation of "command not found"
Summary: Bad Czech translation of "command not found"
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: PackageKit
Version: 21
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Richard Hughes
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-06-08 13:38 UTC by vojtech.kane
Modified: 2015-09-16 12:56 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-09-16 12:56:56 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description vojtech.kane 2015-06-08 13:38:37 UTC
Description of problem:
English "command not found" is translated into Czech "příkaz nebyl nenalezen". That means "command wasn't not found". In Czech it's OK, but with different sense. This would mean "command was found" (because of double negative)

Version-Release number of selected component (if applicable):
I am not sure, but I think since Fedora 18.

How reproducible:


Steps to Reproduce:
1. Open a terminal
2. Write a nonsense (non existing command)
3. Press enter

Actual results:
bash: [command]: Příkaz nebyl nenalezen....

Expected results:
bash: [command]: Příkaz nebyl nalezen....
or
bash: [command]: Příkaz byl nenalezen....

Additional info:

Comment 1 Jozef Mlich 2015-06-08 14:52:12 UTC
More precisely, the command to reproduce is like this:

LANG=cs_CZ.UTF-8 /usr/bin/bash -ci rrrrr


In fact, there is a command_not_found_handle function defined in /etc/profile.d/PackageKit.sh script. It executes /usr/libexec/pk-command-not-found command from PackageKit package.

The reproducer could be updated to following command:

LANG=cs_CZ.UTF-8 /usr/libexec/pk-command-not-found rrrrr

The upstream translation project is at transifex. https://www.transifex.com/projects/p/packagekit/

Comment 2 Adam Pribyl 2015-06-12 18:16:53 UTC
Jozef, are you a member of packagekit at transifex, could you fix it there?

Comment 3 Jozef Mlich 2015-06-15 08:15:57 UTC
Unfortunately, I am not member there. I have requested an access 6 days ago. Coordinators of the project probably missed my request.

Petr can you fix this bug or grant me an access?

Comment 4 Petr Kovar 2015-06-15 09:51:29 UTC
(In reply to Jozef Mlich from comment #3)
> Unfortunately, I am not member there. I have requested an access 6 days ago.
> Coordinators of the project probably missed my request.
> 
> Petr can you fix this bug or grant me an access?

Hi Jozef,

I've added you to the freedesktop cs team:

https://www.transifex.com/organization/freedesktop/team/12151/members/cs/

I think I also fixed the translation, you should be able to review it here:

https://www.transifex.com/projects/p/packagekit/translate/#cs

Cheers,
pk

Comment 5 Jozef Mlich 2015-06-15 10:03:47 UTC
Thanks Petr. Now it look fixed.

Comment 7 Honza Horak 2015-09-16 08:44:22 UTC
Is it necessary to do something more here or can we close it?

Comment 8 Petr Kovar 2015-09-16 12:56:56 UTC
(In reply to Honza Horak from comment #7)
> Is it necessary to do something more here or can we close it?

I checked the latest release from http://www.freedesktop.org/software/PackageKit/releases/ that has also landed in Fedora and couldn't find the offending string. Closing as fixed.


Note You need to log in before you can comment on or make changes to this bug.