History log of /freebsd-current/share/timedef/pl_PL.UTF-8.src
Revision Date Author Comments
# 21725bc7 13-Aug-2016 Baptiste Daroussin <bapt@FreeBSD.org>

Set date and time formats back to what they were before CLDR

While CLDR brings us a good and up to date source data to generate locales for
all databses we are using for locales, it is not the case of LC_TIME. Where it
does not defines the informations we need.

Put back all the date and time formats from the old locales.
Make it statically for now (in order to be able to merge it now into
11.0-RELEASE). The generation tools will be updated soon.

That gives us time to properly work on LC_TIME during the 12 timeframe.

While here fix abbreviated month for af_ZA (which are already fixed in CLDR
data upstream)

In locales where AP/PM was not defined before CLDR data, remove again the AP/PM
informations

For locales where AP/PM was defined before CLDR data, keep the CLDR information
which was properly translated.

MFC after: 3 days


# e936bb40 29-May-2016 Baptiste Daroussin <bapt@FreeBSD.org>

Regenerate timedef:

For Russian:
- Convert AM/PM which are badly formatted in CLDR to replace it by the proper
cyrillic
- Add a dependency on Text::Iconv so non unicode get the proper encoding for
AM/PM
- fix the date format having 'r.,' and convert it to 'r.' (also fixed in Bulgarian)

For All:
- Use complete Day of Week instead of the abbreviated one

Reported by: ache


# ee972428 28-May-2016 Baptiste Daroussin <bapt@FreeBSD.org>

Readd week day to default dates

Requested by: many


# 12cafd02 08-Aug-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Add newly generated locales from CLDR 27.0.1


# e4183d0a 27-Feb-2011 Konrad Jankowski <versus@FreeBSD.org>

Partial fix for PR 91106. Correct the short weekday names. Done according to this poll https://bugzilla.redhat.com/show_bug.cgi?id=242296. This will not close the bug fully yet, as the month names are still not correctly in Genitive. More research on this topic will be done, as I'm suspecting a bug in the libc locale functions picking the month name from the wrong group.

PR: conf/91106
Approved by: gavin (mentor)
MFC after: 1 month


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 4cb82825 10-Jun-2009 Edwin Groothuis <edwin@FreeBSD.org>

Invalid (long) date format in pl_PL.ISO8859-2.src

Date format is %a %e %b %X %Y %Z (e.g "sob 19 sty 15:46:50 2008 CET")
but should be "%a %e %b %Y %X %Z" (e.g. "sob 19 sty 2008 15:46:50 CET").

PR: conf/119804
Submitted by: Bodek <bodek@blurp.org>
MFC after: 1 week


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 79386ec7 29-Dec-2007 Andrey A. Chernov <ache@FreeBSD.org>

Comments fixing
1) Back out "month names" -> "months names" and fix few such cases which
are wrong initially
2) "weekdays names" -> "weekday names"

Noted by: des [1]


# 27cb7434 29-Dec-2007 Andrey A. Chernov <ache@FreeBSD.org>

Comments fixing
"month names" -> "months names"
typo
"Long months names (alternative)" or "in alternative form" ->
"(without case ending)"
"Long months names" -> "Long months names (as in a date)"
to not confuse developers on what purpose those sections are


# 78366bad 20-Sep-2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>

- Month and weekday names should begin with lowercase latter.
- First part of long month names should use genitive.
- Use more proper shortcuts, leaving the first 3 letters is not always
correct.

Submitted by: Bodek <bodek@blurp.org>


# 839b21a6 27-Mar-2004 Tim J. Robbins <tjr@FreeBSD.org>

Add UTF-8 versions of all the currently supported system locales. Most of
the hard work was done by Hye-Shik Chang in the misc/utf8locale port; I made
a few minor adjustments and merged the makefiles.

PR: 44307