Opened 8 years ago

Closed 8 years ago

#25815 closed New feature (fixed)

Add new languages for Django 1.9

Reported by: Claude Paroz Owned by: nobody
Component: Internationalization Version: 1.9rc1
Severity: Release blocker Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Gaelic, Scottish and Colombian Spanish are two new languages with 100% translation of core strings. They will be added for Django 1.9.

Change History (7)

comment:1 by Claude Paroz, 8 years ago

The more details we have for the formats.py file we have, the better. See examples in django/conf/locale/<lang>/formats.py

comment:2 by Claude Paroz, 8 years ago

Has patch: set
Patch needs improvement: set

comment:3 by Claude Paroz <claude@…>, 8 years ago

In ff0dac96:

Added Colombian Spanish as new available language

Refs #25815.

comment:4 by Claude Paroz <claude@…>, 8 years ago

In 8bc0266:

Added Scottish Gaelic as new available language

Refs #25815. Thanks gunchleoc <fios@…> for the Scottish Gaelic
formats.py.

comment:5 by Claude Paroz <claude@…>, 8 years ago

In aca3e10:

[1.9.x] Added Colombian Spanish as new available language

Refs #25815.
Backport of ff0dac9666 from master.

comment:6 by Claude Paroz <claude@…>, 8 years ago

In 47f0ac0b:

[1.9.x] Added Scottish Gaelic as new available language

Refs #25815. Thanks gunchleoc <fios@…> for the Scottish Gaelic
formats.py.
Backport of 8bc0266b3f from master.

comment:7 by Claude Paroz, 8 years ago

Patch needs improvement: unset
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top