[tor-commits] [tpo/staging] Do not translate section

hiro at torproject.org hiro at torproject.org
Fri Feb 8 12:01:21 UTC 2019


commit 3c5c036a54901f602fca33c04cdfd498d86cf87c
Author: hiro <hiro at torproject.org>
Date:   Fri Feb 8 13:01:04 2019 +0100

    Do not translate section
---
 models/jobs.ini     | 1 +
 models/page.ini     | 2 +-
 models/people.ini   | 1 +
 models/press.ini    | 1 +
 models/reports.ini  | 1 +
 models/sponsors.ini | 1 +
 6 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/models/jobs.ini b/models/jobs.ini
index 6760a58..6f1ce93 100644
--- a/models/jobs.ini
+++ b/models/jobs.ini
@@ -9,6 +9,7 @@ type = string
 [fields.section]
 label = Section
 type = string
+translate = False
 
 [fields.body]
 label = Body
diff --git a/models/page.ini b/models/page.ini
index ab36981..35cc243 100644
--- a/models/page.ini
+++ b/models/page.ini
@@ -10,7 +10,7 @@ translate = True
 [fields.section]
 label = Section
 type = string
-translate = True
+translate = False
 
 [fields.body]
 label = Body
diff --git a/models/people.ini b/models/people.ini
index 7928c32..7547b37 100644
--- a/models/people.ini
+++ b/models/people.ini
@@ -11,6 +11,7 @@ translate = True
 [fields.section]
 label = Section
 type = string
+translate = False
 
 [fields.body]
 label = Body
diff --git a/models/press.ini b/models/press.ini
index da5e3e3..afaa117 100644
--- a/models/press.ini
+++ b/models/press.ini
@@ -10,6 +10,7 @@ type = string
 [fields.section]
 label = Section
 type = string
+translate = False
 
 [fields.body]
 label = Body
diff --git a/models/reports.ini b/models/reports.ini
index 2dcb612..bb438a8 100644
--- a/models/reports.ini
+++ b/models/reports.ini
@@ -10,6 +10,7 @@ type = string
 [fields.section]
 label = Section
 type = string
+translate = False
 
 [fields.body]
 label = Body
diff --git a/models/sponsors.ini b/models/sponsors.ini
index a262880..3b29c11 100644
--- a/models/sponsors.ini
+++ b/models/sponsors.ini
@@ -10,6 +10,7 @@ type = string
 [fields.section]
 label = Section
 type = string
+translate = False
 
 [fields.body]
 label = Body



More information about the tor-commits mailing list