[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Health-dev] [bug #64235] VegetarianTypes's desc can not translate
From: |
Feng Shu |
Subject: |
[Health-dev] [bug #64235] VegetarianTypes's desc can not translate |
Date: |
Mon, 22 May 2023 03:16:30 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?64235>
Summary: VegetarianTypes's desc can not translate
Group: GNU Health
Submitter: tumashu
Submitted: Mon 22 May 2023 07:16:28 AM UTC
Category: localization
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Release: None
Discussion Lock: Any
Module: health_lifestyle
Component: None
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Mon 22 May 2023 07:16:28 AM UTC By: Feng Shu <tumashu>
I think we should add translate=True to desc of VegetarianTypes
-----------------------------------------------------------------
class VegetarianTypes(ModelSQL, ModelView):
'Vegetarian Types'
__name__ = 'gnuhealth.vegetarian_types'
name = fields.Char(
'Vegetarian', translate=True, required=True,
help="Vegetarian")
code = fields.Char(
'Code', required=True,
help="Short description")
desc = fields.Char(
'Description', required=True,
help="Short description")
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?64235>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Health-dev] [bug #64235] VegetarianTypes's desc can not translate,
Feng Shu <=