You have to create your own language file. And in wp-config.php put in the correct language
Thanks for answering. Yes of course I have put in the WP-config.php
es_ES language of Spanish.
No, my question is this, thanks.
My question is .. Where I have to put the file translated into Spanish?
I put it in the directory Language and not working.
I put it to the next file name bpsi-es_ES
Is it ok ? or i didn´t well?
Why can not I take the Spanish language?
HI, I have the same problem. In what folder should i put the files? And what name should I put to the files? I tried in the folder /buddypress-share-it, in /buddypress-share-it/language and in /buddypress-share-it/languages. And I tried with several names. Anyway thank for the plugin!!
To first line in ‘bp-share-it.php’, Add the code below to..
load_plugin_textdomain(‘bpsi’, false, dirname(plugin_basename(__FILE__)).’/language’);
(* Translated File Location: /language, Naming Rule: bpsi-es_ES, bpsi-ko_KR)
Good luck!
I dont even know where to start. I checked the lang directory and found no POT file. How should I begin translating this plugin?