Social Network - Make Your Language
Social Network Plugin support language translation, if you want to create your language file please follow these steps:
Create your files
- In /plugins/jsn/socialnetwork/app/Locale/ copy the folder "en_GB" in another folder in the same directory called with your language tag (example fr_FR, it_IT)>
Open the files
/plugins/jsn/socialnetwork/app/Locale/it_IT/LC_MESSAGES/cake.po
/plugins/jsn/socialnetwork/app/Locale/it_IT/LC_MESSAGES/default.po
Fill the empty string - follow this example
from
msgid "Your changes have been saved"
msgstr ""
to
msgid "Your changes have been saved"
msgstr "Le modifiche sono state salvate"
IMPORTANT: After any changes to language strings you must clean cache by click on "Clear Global Caches" link at bottom left of Admin Panel. see images.