public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1/1] LC_MESSAGES Fix for om_ET Locale
       [not found] <CGME20170713040423epcas5p2b513860f08189fb27e7f25ebdb20ce43@epcas5p2.samsung.com>
@ 2017-07-13  4:04 ` Akhilesh Kumar
  2017-07-13  6:39   ` Mike FABIAN
       [not found]   ` <CGME20170713040423epcas5p2b513860f08189fb27e7f25ebdb20ce43@epcms5p3>
  0 siblings, 2 replies; 4+ messages in thread
From: Akhilesh Kumar @ 2017-07-13  4:04 UTC (permalink / raw)
  To: libc-alpha; +Cc: pankaj.m, Akhilesh Kumar

[BZ #21766 ]
	Fix LC_MESSAGES for om_ET Locale

Signed-off-by: Akhilesh Kumar <akhilesh.k@samsung.com>
---
 localedata/locales/om_ET |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/localedata/locales/om_ET b/localedata/locales/om_ET
index 79efde6..b78ecd4 100644
--- a/localedata/locales/om_ET
+++ b/localedata/locales/om_ET
@@ -109,7 +109,10 @@ END LC_TELEPHONE
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 LC_MESSAGES
-copy "ti_ET"
+yesexpr "<U005E><U005B><U002B><U0031><U0065><U0045><U0079><U0059><U005D>"
+noexpr  "<U005E><U005B><U002D><U0030><U006E><U004E><U005D>"
+yesstr  "<U0045><U0065>"
+nostr 	 "<U004C><U0061><U006B><U006B><U0069>"
 END LC_MESSAGES
 
 
-- 
1.7.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] LC_MESSAGES Fix for om_ET Locale
  2017-07-13  4:04 ` [PATCH 1/1] LC_MESSAGES Fix for om_ET Locale Akhilesh Kumar
@ 2017-07-13  6:39   ` Mike FABIAN
       [not found]   ` <CGME20170713040423epcas5p2b513860f08189fb27e7f25ebdb20ce43@epcms5p3>
  1 sibling, 0 replies; 4+ messages in thread
From: Mike FABIAN @ 2017-07-13  6:39 UTC (permalink / raw)
  To: Akhilesh Kumar; +Cc: libc-alpha, pankaj.m

Akhilesh Kumar <akhilesh.k@samsung.com> wrote:

> [BZ #21766 ]
> 	Fix LC_MESSAGES for om_ET Locale
>
> Signed-off-by: Akhilesh Kumar <akhilesh.k@samsung.com>
> ---
>  localedata/locales/om_ET |    5 ++++-
>  1 files changed, 4 insertions(+), 1 deletions(-)
>
> diff --git a/localedata/locales/om_ET b/localedata/locales/om_ET
> index 79efde6..b78ecd4 100644
> --- a/localedata/locales/om_ET
> +++ b/localedata/locales/om_ET
> @@ -109,7 +109,10 @@ END LC_TELEPHONE
>  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>  
>  LC_MESSAGES
> -copy "ti_ET"
> +yesexpr "<U005E><U005B><U002B><U0031><U0065><U0045><U0079><U0059><U005D>"
> +noexpr  "<U005E><U005B><U002D><U0030><U006E><U004E><U005D>"
> +yesstr  "<U0045><U0065>"
> +nostr 	 "<U004C><U0061><U006B><U006B><U0069>"
>  END LC_MESSAGES

decoded this is:

diff --git a/localedata/locales/om_ET b/localedata/locales/om_ET
index 79efde6..b78ecd4 100644
--- a/localedata/locales/om_ET
+++ b/localedata/locales/om_ET
@@ -109,7 +109,10 @@ END LC_TELEPHONE
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 LC_MESSAGES
-copy "ti_ET"
+yesexpr "^[+1eEyY]"
+noexpr  "^[-0nN]"
+yesstr  "Ee"
+nostr 	 "Lakki"
 END LC_MESSAGES
 
 I did that myself already yesterday and used:

diff --git a/localedata/locales/om_ET b/localedata/locales/om_ET
index 79efde67fd..0e79cb2800 100644
--- a/localedata/locales/om_ET
+++ b/localedata/locales/om_ET
@@ -109,7 +109,12 @@ END LC_TELEPHONE
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 LC_MESSAGES
-copy "ti_ET"
+yesexpr "^[+1eEyY]"
+noexpr  "^[-0mMnN]"
+% eeyyee
+yesstr  "eeyyee"
+% miti
+nostr   "miti"
 END LC_MESSAGES
 
Hard to say which is better without input from a native speaker.
But my patch updates noexpr as well, I’m going to use that one for the
moment.

-- 
Mike FABIAN <mfabian@redhat.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] LC_MESSAGES Fix for om_ET Locale
       [not found]   ` <CGME20170713040423epcas5p2b513860f08189fb27e7f25ebdb20ce43@epcms5p3>
@ 2017-07-13  6:49     ` AKHILESH KUMAR
  2017-07-13  7:06       ` Mike FABIAN
  0 siblings, 1 reply; 4+ messages in thread
From: AKHILESH KUMAR @ 2017-07-13  6:49 UTC (permalink / raw)
  To: Mike FABIAN; +Cc: libc-alpha, PANKAJ MISHRA

> LC_MESSAGES
>-copy "ti_ET"
>+yesexpr "^[+1eEyY]"
>+noexpr  "^[-0nN]"
>+yesstr  "Ee"
>+nostr          "Lakki"
> END LC_MESSAGES
> 
> I did that myself already yesterday and used:
	
Good 
	
>diff --git a/localedata/locales/om_ET b/localedata/locales/om_ET
>index 79efde67fd..0e79cb2800 100644
>--- a/localedata/locales/om_ET
>+++ b/localedata/locales/om_ET
>@@ -109,7 +109,12 @@ END LC_TELEPHONE
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> 
> LC_MESSAGES
>-copy "ti_ET"
>+yesexpr "^[+1eEyY]"
>+noexpr  "^[-0mMnN]"
>+% eeyyee
>+yesstr  "eeyyee"
>+% miti
>+nostr   "miti"
> END LC_MESSAGES
> 
>Hard to say which is better without input from a native speaker.
>But my patch updates noexpr as well, I’m going to use that one for the
>moment.

As per Oromo words and phrases.

“Yes” can be used as "Ee" or "eeyyee" 
For “No” only i found "Lakki" 

So I believe our changes are ok

ref 
http://aboutworldlanguages.com/oromo


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] LC_MESSAGES Fix for om_ET Locale
  2017-07-13  6:49     ` AKHILESH KUMAR
@ 2017-07-13  7:06       ` Mike FABIAN
  0 siblings, 0 replies; 4+ messages in thread
From: Mike FABIAN @ 2017-07-13  7:06 UTC (permalink / raw)
  To: AKHILESH KUMAR; +Cc: libc-alpha, PANKAJ MISHRA

AKHILESH KUMAR <akhilesh.k@samsung.com> wrote:

>> LC_MESSAGES
>>-copy "ti_ET"
>>+yesexpr "^[+1eEyY]"
>>+noexpr  "^[-0nN]"
>>+yesstr  "Ee"
>>+nostr          "Lakki"
>> END LC_MESSAGES
>> 
>> I did that myself already yesterday and used:
> 	
> Good 
> 	
>>diff --git a/localedata/locales/om_ET b/localedata/locales/om_ET
>>index 79efde67fd..0e79cb2800 100644
>>--- a/localedata/locales/om_ET
>>+++ b/localedata/locales/om_ET
>>@@ -109,7 +109,12 @@ END LC_TELEPHONE
>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>> 
>> LC_MESSAGES
>>-copy "ti_ET"
>>+yesexpr "^[+1eEyY]"
>>+noexpr  "^[-0mMnN]"
>>+% eeyyee
>>+yesstr  "eeyyee"
>>+% miti
>>+nostr   "miti"
>> END LC_MESSAGES
>> 
>>Hard to say which is better without input from a native speaker.
>>But my patch updates noexpr as well, I’m going to use that one for the
>>moment.
> 
> As per Oromo words and phrases.
> 
> “Yes” can be used as "Ee" or "eeyyee" 
> For “No” only i found "Lakki" 
> 
> So I believe our changes are ok
> 
> ref 
> http://aboutworldlanguages.com/oromo

I found “miti” for “no” here:

http://oromodictionary.com/index.php

There seem to be several words both for "yes" and "no", without input
from a native speaker we cannot know what is best.

-- 
Mike FABIAN <mfabian@redhat.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-07-13  7:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20170713040423epcas5p2b513860f08189fb27e7f25ebdb20ce43@epcas5p2.samsung.com>
2017-07-13  4:04 ` [PATCH 1/1] LC_MESSAGES Fix for om_ET Locale Akhilesh Kumar
2017-07-13  6:39   ` Mike FABIAN
     [not found]   ` <CGME20170713040423epcas5p2b513860f08189fb27e7f25ebdb20ce43@epcms5p3>
2017-07-13  6:49     ` AKHILESH KUMAR
2017-07-13  7:06       ` Mike FABIAN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).