Bug 11487 - [Patch] to fix yesexpr and noexpr to use Po (Yes) and Jo (No) in Albanian
Summary: [Patch] to fix yesexpr and noexpr to use Po (Yes) and Jo (No) in Albanian
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: localedata (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: GNU C Library Locale Maintainers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-11 20:45 UTC by Agron Selimaj
Modified: 2014-06-30 18:16 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments
Patch to fix yesexpr and noexpr to use Albanian responses (393 bytes, patch)
2010-04-11 20:47 UTC, Agron Selimaj
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Agron Selimaj 2010-04-11 20:45:27 UTC
yesexpr and noexpr were in English, and users had to press y/n even if the
prompted message was in Albanian.
The correct response in Albanian is "^[pP].*" to confirm/approve, and "^[jJ].*"
to deny/disapprove.

Please apply the attached patch to fix this problem.

Regards,
//Agron
Comment 1 Agron Selimaj 2010-04-11 20:47:41 UTC
Created attachment 4716 [details]
Patch to fix yesexpr and noexpr to use Albanian responses
Comment 2 Ulrich Drepper 2010-04-30 16:14:27 UTC
It is usually a bad idea to only allow the localized answers.  If the message
which requests the reply is not translated it might contain "y/n" from the
English message.  Therefore the regexps should allow the English and the
translated responses if they don't conflict.
Comment 3 Ulrich Drepper 2011-05-10 03:23:57 UTC
I've made a different change in git.