Give translators more context about how density is used (#11918)

pull/11921/head
Storm Heg 2024-05-02 10:44:53 +02:00 zatwierdzone przez GitHub
rodzic 4ac42a723f
commit 2031eb3d24
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -89,6 +89,7 @@ class UserProfile(models.Model):
SNUG = "snug", _("Snug")
density = models.CharField(
# Translators: "Density" is the term used to describe the amount of space between elements in the user interface
verbose_name=_("density"),
choices=AdminDensityThemes.choices,
default=AdminDensityThemes.DEFAULT,