LangEditor
LangEditor copied to clipboard
Lang Editor module for SilverStripe CMS
Hi, I found a small bug in LangEditor.php file, line 167: `$str = $str[0];` Should be for instant: `$str = reset($str);` Could you fix it?
Hi @unclecheese I'm using your LangEditor for my Silverstripe Project. I have several Languages available on my site, also Portuguese-Portugal (pt_PT) and Portuguese-Brazil (pt_BR) Problem is, that i18n.php->common_languages array does...
This module looks awesome as hell. It just seems weird that when you copy a lang file to a new language, it ends up in that selected module, and therefore...