[tor-commits] [tpo/master] make press articles titles and publishers not translatable. will-fix: https://gitlab.torproject.org/tpo/web/tpo/-/issues/237

emmapeel at torproject.org emmapeel at torproject.org
Fri Oct 8 06:49:07 UTC 2021


commit 4ea7d881a8b351d2d1976e3e09aad039ef0a2ef1
Author: emma peel <emma.peel at riseup.net>
Date:   Fri Oct 8 08:39:56 2021 +0200

    make press articles titles and publishers not translatable. will-fix: https://gitlab.torproject.org/tpo/web/tpo/-/issues/237
---
 models/post.ini | 2 --
 1 file changed, 2 deletions(-)

diff --git a/models/post.ini b/models/post.ini
index 3c785817..73ad780c 100644
--- a/models/post.ini
+++ b/models/post.ini
@@ -5,12 +5,10 @@ label = {{ this.name }}
 [fields.title]
 label = Title
 type = string
-translate = True
 
 [fields.publisher]
 label = Publisher
 type = string
-translate = False
 
 [fields.link]
 label = Link



More information about the tor-commits mailing list