Bug 16045 - es_DO: locale update
Summary: es_DO: locale update
Status: RESOLVED INVALID
Alias: None
Product: glibc
Classification: Unclassified
Component: localedata (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-14 19:44 UTC by braiamp
Modified: 2017-08-31 14:46 UTC (History)
2 users (show)

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


Attachments
es_DO patch (2.43 KB, text/plain)
2013-10-14 19:44 UTC, braiamp
Details

Note You need to log in before you can comment on or make changes to this bug.
Description braiamp 2013-10-14 19:44:43 UTC
Created attachment 7234 [details]
es_DO patch

Several fixes in this patch:

 - Previous version lacked am/pm
 - Various correction in date/time formats
 - Updated currency symbols
 - Fixed the "FIXME"
Comment 1 Mike Frysinger 2016-04-22 04:50:20 UTC
you've made significant style changes in addition to just changing the content.  when you do that, it makes it extremely difficult for us to review & merge.

can you instead do:
- grab latest file from git:
  https://sourceware.org/git/?p=glibc.git;a=blob;f=localedata/locales/es_DO;hb=HEAD
- change *only* the fields that you want to update
- make *no* other changes to whitespace, comments, etc...

then upload that file here for us to look at.
Comment 2 Mike FABIAN 2017-08-31 14:46:27 UTC
(In reply to braiamp from comment #0)
> Created attachment 7234 [details]
> es_DO patch
> 
> Several fixes in this patch:
> 
>  - Previous version lacked am/pm

Not necessary because 24 hour time is used.

>  - Various correction in date/time formats
>  - Updated currency symbols

These seem to be correct already:

int_curr_symbol      "DOP "
currency_symbol      "RD$"

>  - Fixed the "FIXME"

There is no “FIXME” anymore.

So I am not sure whether anything still needs to be done.

And there was no reply for a long time, so I close this as INVALID.

If you think that there is still a problem, you can reopen this
and provide a patch against current git.