• 
      

    Convert ugettext to gettext.

    Review Request #11941 — Created Jan. 20, 2022 and submitted

    Information

    Djblets
    release-3.x

    Reviewers

    Now that Django is Python 3 only, the regular gettext methods always
    return unicode str types. The aliases prefixed with u were
    deprecated and will be removed in Django 4.x, so we should switch over
    now to silence a ton of warnings.

    Ran unit tests.

    Summary ID
    Convert ugettext to gettext.
    Now that Django is Python 3 only, the regular `gettext` methods always return unicode `str` types. The aliases prefixed with `u` were deprecated and will be removed in Django 4.x, so we should switch over now to silence a ton of warnings. Testing Done: Ran unit tests.
    caaa698b3ce22b1b8a82f3a827d3ac7718d64af8
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-3.x (8eb4eba)