#5678: JS: Urlify - add Polish support
-----------------------+----------------------------------------------------
Reporter:  Anwajler    |       Owner:  nobody           
  Status:  new         |   Component:  Translations     
 Version:  SVN         |    Keywords:  urlify polish map
   Stage:  Unreviewed  |   Has_patch:  0                
-----------------------+----------------------------------------------------
 file: django/contrib/admin/media/js/urlify.js

 what to add:

 var POLISH_MAP = {
     'ą':'a', 'ć':'c', 'ń':'n', 'ż': 'z', 'ź':'z', 'ś':'s', 'ł':'l',
 'ó':'o',
     'ę':'e', 'Ą':'A', 'Ż':'Z', 'Ź':'Z', 'Ć':'C', 'Ń':'N', 'Ł':'L',
 'Ś':'S', 'Ę':'e',
     'Ó':'o'
 }

 and

 ALL_DOWNCODE_MAPS[7]=POLISH_MAP

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5678>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to