Ah, fixed it! I was going over my error logs and noticed that it said it was looking for es_es.js, so its not es_ES.js like wordpress likes too.
You need to name the translations in lower case. It works now 😀
You know, its supposed to be es_ES, which I did copy translate and upload but it didnt work 🙁
/* Import plugin specific language pack */
tinyMCE.importPluginLanguagePack(‘vipersvideoquicktags’);
Its supposed to end like
/* Import plugin specific language pack */
tinyMCE.importPluginLanguagePack(‘vipersvideoquicktags’, ‘es’);
But it doesnt work. The default english text wont load either.
What did you do exactly to fix this?
Ah thanks, I’ll go the /plugin/ route since I dont want the script called all the time. I’ll let users activate it themself.
Thanks.