From 7a9bc90f4abf47bd32bc2bff4b502e9b2fd3ee42 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 16 Jul 2020 15:10:51 +0200 Subject: [PATCH] templates: mark string for translation --- nonstop/templates/nonstop/artist_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nonstop/templates/nonstop/artist_detail.html b/nonstop/templates/nonstop/artist_detail.html index 8210ea7..6201e35 100644 --- a/nonstop/templates/nonstop/artist_detail.html +++ b/nonstop/templates/nonstop/artist_detail.html @@ -25,7 +25,7 @@ {{ somalog.filepath.short }} {% empty %} -
  • (none)
  • +
  • {% trans "(none)" %}
  • {% endfor %} -- 2.39.2