-
Notifications
You must be signed in to change notification settings - Fork 387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLDR-17470 Fix day period order in Tamil time format patterns #3577
Conversation
@macchiati @AEApple @srl295 is it correct to target |
We haven't branched yet. We need to also fix 'PM', currently 'AM' & 'PM' are treated differently. |
yes, if it is merged soon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix AM/PM inconsistency
Wouldn't that be better in a separate PR, so that each PR makes sense on its own, and you need not explain to @echeran what exactly you want him to change? |
I think separate PRs is cleaner for the codebase (the commit messages remain specific enough to be accurate & useful). If it's acceptable, any followup PR for resolving the AM/PM inconsistency can reuse the same CLDR ticket number, which can reduce overhead on process with tickets. |
To expand on this, in the CLDR process, each approved PR becomes a separate commit. So, having two PRs will produce independent commits in the final release. Reusing the commit number is fine if the change is relevant. |
@macchiati @AEApple I propose that we let Elango merge this PR as is, and make more changes in another PR. From the ticket:
Does this mean we need to wait until Friday before merging? |
We could do the merge now if it makes things easier, on the condition that
it be backed out if necessary. But to make the book-keeping easier we
should address the PM translation also in this PR, so there is only one
thing to back out.
…On Wed, Mar 27, 2024 at 2:10 PM Markus Scherer ***@***.***> wrote:
@macchiati <https://github.com/macchiati> @AEApple
<https://github.com/AEApple> I propose that we let Elango merge this PR
as is, and make more changes in another PR.
From the ticket:
We will be accepting feedback until Friday March 29th, otherwise the
change will be made in 45.
Does this mean we need to wait until Friday before merging?
Or can Elango merge now, and if someone disagrees it gets reverted or
otherwise modified again?
—
Reply to this email directly, view it on GitHub
<#3577 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACJLEMGOLPBJP4VVKOV2RSTY2MYURAVCNFSM6AAAAABFJ4PJZ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRTHE4TKOJXGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
IMO: In that case I would wait until the light is truly green.
The two problems are not really connected, and thus cleaner as separate PRs; and if one needs to be reverted, the other one is likely not affected, so separate PRs make that easier, too. |
We would like to branch at the end of the week.
While in theory the changes are disconnected, in practice they are joined
at the hip.
…On Wed, Mar 27, 2024 at 2:20 PM Markus Scherer ***@***.***> wrote:
We could do the merge now if it makes things easier, on the condition that
it be backed out if necessary.
IMO: In that case I would wait until the light is truly green.
When do you plan to branch?
But to make the book-keeping easier we should address the PM translation
also in this PR, so there is only one thing to back out.
The two problems are not really connected, and thus cleaner as separate
PRs; and if one needs to be reverted, the other one is likely not affected,
so separate PRs make that easier, too.
—
Reply to this email directly, view it on GitHub
<#3577 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACJLEMHQXBVSMRFZBMEQA63Y2MZZ3AVCNFSM6AAAAABFJ4PJZ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRUGAYDSOBUHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@AEApple @macchiati PTAL. The change for AM/PM consistency was made to follow CLDR-TC recommendations from this morning. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but don't merge unit we have the go-ahead.
@echeran so far has fixed With the fix, so far:
|
I would strongly prefer we fix for consistency if we're able to. |
Yes, I agree.
…On Wed, Mar 27, 2024 at 8:39 PM Annemarie Apple ***@***.***> wrote:
I would strongly prefer we fix for consistency if we're able to.
—
Reply to this email directly, view it on GitHub
<#3577 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACJLEMEZYNQW4ROK2T4J2DLY2OGH3AVCNFSM6AAAAABFJ4PJZ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRUGMZTSNBXGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
So ASCII "AM" & "PM" (="↑↑↑") all the way for CLDR 45? |
முற்பகல் / பிற்பகல் do not mean the same in Tamil as the 12 hour clock AM / PM terms
I changed |
I assume that we are still waiting until tomorrow morning? |
We should merge tomorrow if there are no concerns raised. |
On the ticket, @AydaTolaymat responded
... so I am going to merge this PR. |
CLDR-17470
This PR reorders the day period in time formats to follow minutes and seconds and before the time zone, as is standard for Tamil, and which is similar to many other locales.
ALLOW_MANY_COMMITS=true