<?xml version="1.0" encoding="UTF-8"?> <extension type="plugin" group="sampledata" method="upgrade"> <name>plg_sampledata_multilang</name> <author>Joomla! Project</author> <creationDate>2018-07</creationDate> <copyright>(C) 2018 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> <authorEmail>[email protected]</authorEmail> <authorUrl>www.joomla.org</authorUrl> <version>4.0.0</version> <description>PLG_SAMPLEDATA_MULTILANG_XML_DESCRIPTION</description> <namespace path="src">Joomla\Plugin\SampleData\MultiLanguage</namespace> <files> <folder plugin="multilang">services</folder> <folder>src</folder> </files> <languages> <language tag="en-GB">language/en-GB/plg_sampledata_multilang.ini</language> <language tag="en-GB">language/en-GB/plg_sampledata_multilang.sys.ini</language> </languages> <config> <fields name="params"> </fields> </config> </extension>