yeah yeah … The fact is i know how translation files are working … and the fact is that a broke my heads on that, and the fact is that there are sooooo much translations missing in your php files ..
ex in dashboard.php:
<div class="collabpress-project new">
<a href="#inline_content" class="add-new-project">
<div class="plus-sign">+</div>
<h2>Add new project</h2>
</a>
</div>
<?php } ?>
<div style="clear: both"></div>
<div style='display:none'>
<div id='inline_content' style='padding:10px; background:#fff;'>
<h2><?php _e( 'Add Project', 'collabpress' ); ?></h2>
So i have to create a template file juste to translate a h2 .. argh ..
Execpt this ***** eorors, your plugins is very promising, and i think i will use for myself .. There is a lot of potential and display designin possibilities .. i’m still trying it, but loving it!