Changes between Initial Version and Version 1 of Ticket #33070, comment 4


Ignore:
Timestamp:
Aug 30, 2021, 2:12:47 PM (3 years ago)
Author:
Cleiton de Lima

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33070, comment 4

    initial v1  
    33
    44The translation of select2 only accepts pt-BR that way.
    5 https://github.com/django/django/blob/main/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js
     5The file is found but the translation doesn't work. It only works when the tag html has
     6{{{<html lang="pt-BR" dir="ltr" data-select2-id="14">...}}}
    67
    7 https://github.com/django/django/blob/main/django/contrib/admin/widgets.py#L453
Back to Top