First time here? Check out the FAQ!
0

Register URL not working in spanish translation
 

/cuenta/registrar is not working in the spanish translation.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Bruno's avatar
5
Bruno
asked 13 years ago

Comments

see more comments

1 Answer

2

Translation for urls must not collide Changing the translation of "signup/" from "registrar/" to "alta/" solves the problem! #: deps/django_authopenid/urls.py:19 msgid "register/" msgstr "registrar/" #: deps/django_authopenid/urls.py:21 msgid "signup/" msgstr "alta/"

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Miguel's avatar
115
Miguel
answered 13 years ago
link

Comments

see more comments