8000 ICU-23056 merge maint/maint-77 to main by markusicu · Pull Request #3436 · unicode-org/icu · GitHub
[go: up one dir, main page]

Skip to content

ICU-23056 merge maint/maint-77 to main #3436

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

Merged
merged 12 commits into from
Mar 13, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ICU-22923 Integrate CLDR 47 release beta2, part 2, data files
  • Loading branch information
DraganBesevic committed Feb 26, 2025
commit 7931e6f7ceb31c2997118afd5c1b31e600b21e9a
8 changes: 4 additions & 4 deletions icu4c/source/data/misc/dayPeriods.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1822,10 +1822,10 @@ dayPeriods:table(nofallback){
}
morning1{
before{"12:00"}
from{"06:00"}
from{"00:00"}
}
night1{
before{"06:00"}
before{"24:00"}
from{"21:00"}
}
noon{
Expand Down Expand Up @@ -3647,10 +3647,10 @@ dayPeriods:table(nofallback){
}
morning1{
before{"12:00"}
from{"06:00"}
from{"00:00"}
}
night1{
before{"06:00"}
before{"24:00"}
from{"21:00"}
}
}
Expand Down
Loading
0