summaryrefslogtreecommitdiff
path: root/django/conf/locale/ca
AgeCommit message (Collapse)Author
2022-08-03Updated translations from Transifex.Mariusz Felisiak
This also fixes related i18n tests. Forwardport of a3bab9332416f655c6ae0fa306c94f7f52e7398d from stable/4.1.x. Co-authored-by: Claude Paroz <claude@2xlibre.net>
2022-04-28Fixed #33661 -- Corrected Catalan date-format localization.mpachas
Changed DATE_FORMAT, DATETIME_FORMAT and MONTH_DAY_FORMAT to use E placeholder (Month, locale specific alternative) to handle both “de gener” and contracted “d’abril” cases. Thanks to Ferran Jovell for review.
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-02-01Refs #33476 -- Used vertical hanging indentation for format lists with ↵Mariusz Felisiak
inline comments. Lists with multiple values and comments per-line are reformatted by Black to multiple lines with a single comment. For example: DATE_INPUT_FORMATS = "%Y-%m-%d", "%m/%d/%Y", "%m/%d/%y", # '2006-10-25', '10/25/2006', '10/25/06' ] is reformatted to the: DATE_INPUT_FORMATS = "%Y-%m-%d", "%m/%d/%Y", "%m/%d/%y", # '2006-10-25', '10/25/2006', '10/25/06' ] This reformats affected entries to multiple lines with corresponding comments.
2021-12-06Updated translations from Transifex.Mariusz Felisiak
This also fixes related i18n tests. Forwardport of 4c5215ab036aa8fda9cd0148fd034f4d8f7d69d1 from stable/4.0.x Co-authored-by: Claude Paroz <claude@2xlibre.net>
2021-04-06Updated translations from Transifex.Claude Paroz
Forwardport of 1ea5e983151f797b285c789626411b9373cd8727 from stable/3.2.x.
2020-08-01Updated translations from TransifexClaude Paroz
2019-12-02Updated core translations from Transifex.Carlton Gibson
Forward port of 71ec95345cdc8039c8e7089977580f7e1cd39436 from stable/3.0.x
2019-04-01Updated core translations from TransifexClaude Paroz
Forwardport of 98f526e67c2899b9d44ba7cdbab5d70b1baa0060 from 2.2.x.
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2017-12-01 Updated core translations from TransifexClaude Paroz
Forward port of e886205988db2ee57bab64a6b59135caef8e28a2 from stable/2.0.x
2017-04-04Updated core translations from TransifexClaude Paroz
Forward port of 96ec72e298cd359648e1cf408d3c506ee3b1f297 from stable/1.11.x
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-08-01Pulled core Django translations from TransifexClaude Paroz
Forward port 760f076786bc67e86540c95d93fd762a75c65ed9 from stable/1.10.x
2016-04-30Pulled translations from TransifexClaude Paroz
2015-12-01Pulled core Django translations from TransifexClaude Paroz
Forward port of 3039d76bd6f from stable/1.9.x
2015-04-01Fetched updated core translations from TransifexClaude Paroz
Forward port of d1b206daf8 from stable/1.8.x
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2014-09-30Updated translations from TransifexClaude Paroz
Forward port of e9c8aefbcee5 from stable/1.7.x
2014-09-13Fixed #23466 -- Removed seconds from all locale time output formats.Malte Beckmann
2014-08-20Fetched translations from TransifexClaude Paroz
Forward port of 49280a73ea5 from stable/1.7.x
2013-11-02Fixed all E261 warningscoagulant
2013-10-10Whitespace cleanup.Tim Graham
* Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
2013-03-02Fixed #16888 -- Added microseconds in localized input formatsClaude Paroz
2013-02-26Merged core translations from 1.5 branchClaude Paroz
2013-02-15Put unicode_literals into all formats.pyAlexey Boriskin
2012-12-01Fixed #19015 -- Removed ISO formats from localized formats.pyClaude Paroz
ISO formats are automatically appended to the list of input formats. Kept only when it is specified in first position, as it has a special meaning in localize_input. Thanks Bojan Mihelac for the report.
2012-03-23Pulled core translations updates from Transifex. Refs #17822.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17780 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-14Pulled the core translations updates from Transifex. Refs #17822.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17713 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-10Updated a few localization formats to stop the changes done in r17473 from ↵Jannis Leidel
breaking the tests. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17486 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-15Pulled core translation updates from Transifex.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15823 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-01Fixed #15300 -- Updated core translations from transifex.net.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15680 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-25Fixed #15151 -- Removed fuzzy markers from translation strings introduced in ↵Jannis Leidel
r15280. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15308 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-24Updated all existing translations after changes to filesize translation ↵Jannis Leidel
strings made in [15290]. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15292 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-21Fixed #9988 (again) -- Updated list of Associated Press months names to use ↵Jannis Leidel
a translation context. Thanks, Claude Paroz. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15280 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-21Removed app translation strings from core translation files.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15272 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-12Fixed #14821 -- Documented the differences in formatting syntax in formats ↵Jannis Leidel
modules. Thanks, Claude. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14893 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-14Fixed #13699 -- Updated Catalan translation. Thanks to txels.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13583 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-29Fixed #12980 - Use raw strings for locale formats which contain single ↵Jannis Leidel
backslahes. Thanks for report and patch, Martin von Löwis and Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13050 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-22Fixed #7980 - Improved i18n framework to support locale aware formatting ↵Jannis Leidel
(dates and numbers) and form processing. Thanks to Marc Garcia for working on this during his Google Summer of Code 2009! Additionally fixes #1061, #2203, #3940, #5526, #6449, #6231, #6693, #6783, #9366 and #10891. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11964 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-11-30Updated Catalan translation.Marc Fargas
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11783 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-07Updated catalan Translation.Marc Fargas
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11200 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-24Updated catalan translation.Marc Fargas
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10161 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-13Updated Catalan translationMarc Fargas
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9827 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-13Updated Catalan translation.Marc Fargas
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9410 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06Updated Spanish and Catalan translations.Marc Fargas
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9344 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-03Fixed #8824 -- Updated the single changed string in the Catalan translation.Malcolm Tredinnick
Thanks, arien. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8902 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-02Updated Catalan translation.Marc Fargas
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8849 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-31Catalan translation updated, specially date formats. It should be ready for ↵Marc Garcia
Django 1.0 git-svn-id: http://code.djangoproject.com/svn/django/trunk@8765 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-28Updated catalan translation.Marc Fargas
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8687 bcc190cf-cafb-0310-a4f2-bffc1f526a37