Opened 16 years ago

Closed 16 years ago

#6607 closed (fixed)

Django Translation to Basque (Euskara)

Reported by: anonymous Owned by: nobody
Component: Translations Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi,
I've translated main django.po to Basque language.
The line to add into language list in global_settings.py:

...
('eu', gettext_noop('Euskara')),
...

Attachments (3)

django.po (100.1 KB ) - added by Ibon 16 years ago.
djangojs.po (3.0 KB ) - added by Ibon 16 years ago.
global_settings.py.diff (591 bytes ) - added by ibonso@… 16 years ago.
diff to ad basque into global_settings language list

Download all attachments as: .zip

Change History (5)

by Ibon, 16 years ago

Attachment: django.po added

by Ibon, 16 years ago

Attachment: djangojs.po added

by ibonso@…, 16 years ago

Attachment: global_settings.py.diff added

diff to ad basque into global_settings language list

comment:1 by anonymous, 16 years ago

Version: 0.96SVN

Diff is for SVN version !

comment:2 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [7118]) Fixed #6607 -- Added a new Basque (eu) translation. Thanks ibonso@….

Note: See TracTickets for help on using tickets.
Back to Top