1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #34448 -- Doc'd and tested --no-obsolete option of makemessages.

Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
This commit is contained in:
Tushar
2023-07-14 01:39:53 +05:30
committed by Mariusz Felisiak
parent 02966a30dd
commit 88a2de3c39
4 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from django.utils.translation import gettext as _
string1 = _("This is a translatable string.")
# Obsolete string.
# string2 = _("Obsolete string.")