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/


Reply via email to