Hi,
sure! To tranaslate social2s you have to install it, and go to administrator/language/en-GB/
There you have to find the social2s language files:
en-GB.plg_content_social2s.ini
en-GB.plg_content_social2s.sys.ini
Copy that files into a directory and change its names to: it-IT.plg_content_social2s...
Enten in the files and translate whatever you need.
Then, create a directory called "language" and move the files there.
Finaly, create a new file named: "social2s-it-IT.xml" and write this code in it:
<?xml version="1.0" encoding="utf-8"?>
<extension type="file" version="1.6" method="upgrade" client="site">
<name>Social 2s lang - Italian</name>
<author>your name </author>
<authorurl>
jtotal.org/
<copyright>Copyright (C) 2010-2019 jtotal. All rights reserved.</copyright>
<license>GNU GPL v3 or later</license>
<version>4.0.135</version>
<creationDate>31-01-2019</creationDate>
<description>Italian language files for Social2s</description>
<fileset>
<files folder="language" target="administrator/language/sl-SI">
<filename>it-IT.plg_content_social2s.ini</filename>
<filename>it-IT.plg_content_social2s.sys.ini</filename>
</files>
</fileset>
</extension>
Finaly, create a zip file with this file and the "language" directory.
Et voilà, your translation is ready to be installed.
Best regards