Page MenuHomeFreeBSD

timedef: remove redundancy in Catalan date_fmt definitions
ClosedPublic

Authored by kevans on Nov 7 2024, 3:24 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 18, 8:13 PM
Unknown Object (File)
Sun, Oct 12, 2:05 AM
Unknown Object (File)
Thu, Oct 9, 11:00 AM
Unknown Object (File)
Wed, Oct 1, 3:08 PM
Unknown Object (File)
Sep 13 2025, 3:58 AM
Unknown Object (File)
Sep 11 2025, 9:29 AM
Unknown Object (File)
Sep 9 2025, 11:26 PM
Unknown Object (File)
Sep 8 2025, 5:52 AM
Subscribers

Details

Summary

This is already factored into the month names, resulting in an awkward
construction:

$ env LC_ALL=ca_ES.UTF-8 date
dimecres, 6 de de novembre de 2024, 21:21:18 CST

This would now render as:

$ env LC_ALL=ca_ES.UTF-8 date
dimecres, 6 de novembre de 2024, 21:22:41 CST

Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 60431
Build 57315: arc lint + arc unit

Event Timeline

kevans requested review of this revision.Nov 7 2024, 3:24 AM

Thanks, LGTM. Some months require the use of an apostrophe, so it needs to be factored into the months names.

This revision is now accepted and ready to land.Nov 7 2024, 8:12 AM