VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: doc_denis on March 08, 2018, 22:34:28 PM

Title: SOLVED missing code : mod_virtuemart_search.xml
Post by: doc_denis on March 08, 2018, 22:34:28 PM
Hello,
in mod_virtuemart_search.xml
the code contain :


        <field

          name="image_button_file"

          type="media"

          default=""

          label="MOD_VIRTUEMART_SEARCH_BUTTON_IMG"

          description="MOD_VIRTUEMART_SEARCH_BUTTON_IMG_DESC"

        />


it seems to me that it should be:

        <field

          name="image_button_file"

          type="media"

          default=""

          label="MOD_VIRTUEMART_SEARCH_BUTTON_AS_IMG"

          description="MOD_VIRTUEMART_SEARCH_BUTTON_AS_IMG_DESC"

        />


Thank-you.
French user.
Title: Re: missing code : mod_virtuemart_search.xml ?
Post by: doc_denis on March 09, 2018, 15:42:10 PM
it is in transifex fr-FR that lines are missing

this is this lines :

MOD_VIRTUEMART_SEARCH_BUTTON_IMG="Select or upload an image"
MOD_VIRTUEMART_SEARCH_BUTTON_IMG_DESC="Select or upload an image to be used as a search button."


thank-you
Title: Re: SOLVED missing code : mod_virtuemart_search.xml
Post by: alatak on March 15, 2018, 09:35:51 AM
Hello Doc_denis

thank you.
I have checked  transifex fr-FR file, and the keys are there now.
You can translate them :)