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:
5
tests/i18n/obsolete_translations/__init__.py
Normal file
5
tests/i18n/obsolete_translations/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.utils.translation import gettext as _
|
||||
|
||||
string1 = _("This is a translatable string.")
|
||||
# Obsolete string.
|
||||
# string2 = _("Obsolete string.")
|
||||
Reference in New Issue
Block a user