Changes between Version 1 and Version 2 of Ticket #35973


Ignore:
Timestamp:
Dec 4, 2024, 3:13:13 PM (5 weeks ago)
Author:
Juan Pablo Mallarino
Comment:

This is the PR that introduced the validating function: https://github.com/django/django/pull/15521 and the issue https://code.djangoproject.com/ticket/33565

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35973 – Description

    v1 v2  
    33This can cause issues when trying to generate message files for these locales. For example, running makemessages with ''es_419'' will not generate the expected message files, potentially leading to missing translations.
    44
    5 Proposed Solution
     5Proposed Solution `hello how are you?`
    66
    77Modify the regular expression in is_valid_locale to include numeric characters in the region subtag validation. The suggested change is:
Back to Top