after some reading, I think my issue seems to be similar to #5044 (latvian
characters missing).
I have the same problem with romanian characters missing (slugify,
urlify):
- ă should be a
- î should be i
- ș should be s
- ț should be t
- â should be a
Right now the romanian characters get lost (for a slugfield when
prepopulating from another field in admin) .
I am using Django version 1.7.1 on my laptop but I have checked the latest
django branches on github and there is no ROMANIAN language entry in:
django/django/contrib/admin/static/admin/js/urlify.js
I will try to do a pull request (I am kind of new to github). I am
currently reading the how-to's on contributing/fixing.
--
Ticket URL: <https://code.djangoproject.com/ticket/25117>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* has_patch: 0 => 1
* needs_tests: => 1
* needs_docs: => 0
Comment:
Hi,
following instructions I created a branch for this ticket on github with
the added ROMANIAN_MAP:
[https://github.com/ionescu77/django/tree/ticket_25117]
I hope all is fine like this.
--
Ticket URL: <https://code.djangoproject.com/ticket/25117#comment:1>
Comment (by ionescu77):
Github Pull request 4990
I have tested locally and it works. I do not know where to write/include
the unit tests.
Thx
--
Ticket URL: <https://code.djangoproject.com/ticket/25117#comment:2>
* type: Cleanup/optimization => Bug
--
Ticket URL: <https://code.djangoproject.com/ticket/25117#comment:3>
* version: 1.8 => master
--
Ticket URL: <https://code.djangoproject.com/ticket/25117#comment:4>
* status: new => assigned
* owner: nobody => ionescu77
--
Ticket URL: <https://code.djangoproject.com/ticket/25117#comment:5>
* status: assigned => closed
* resolution: => fixed
--
Ticket URL: <https://code.djangoproject.com/ticket/25117#comment:6>
* status: closed => new
* resolution: fixed =>
* needs_tests: 1 => 0
* stage: Unreviewed => Ready for checkin
Comment:
Ticket isn't marked fixed until the patch is merged.
--
Ticket URL: <https://code.djangoproject.com/ticket/25117#comment:7>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"97bc875234c5578a16e9e89be2b3431153e7b413" 97bc8752]:
{{{
#!CommitTicketReference repository=""
revision="97bc875234c5578a16e9e89be2b3431153e7b413"
Fixed #25117 -- Added Romanian char map for Javascript slug generation
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25117#comment:8>