Re: [DOC-WEB] svn: /web/doc-editor/trunk/js/ui/cmp/ EditorConf.js
[email protected] (Yannick Torrès)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <CAKv4_nBR75+6W1y20QAjkMZMGR7YwAiuEE-Buw548wsQuGi2=g@mail.gmail.com> |
Perfect, thanks ! As I said in other mail, you must compile the JS file to reflect this change. You can view how to do it in this file : http://svn.php.net/viewvc/web/doc-editor/trunk/README?view=markup Line 35 Best, Yannick 2011/10/31 Salah Faya <[email protected]>: > visualmind Mon, 31 Oct 2011 11:22:40 +0000 > > Revision: http://svn.php.net/viewvc?view=revision&revision=318605 > > Log: > Fixed an extra "," which was mistakenly put > > Changed paths: > U web/doc-editor/trunk/js/ui/cmp/EditorConf.js > > Modified: web/doc-editor/trunk/js/ui/cmp/EditorConf.js > =================================================================== > --- web/doc-editor/trunk/js/ui/cmp/EditorConf.js 2011-10-31 10:14:57 UTC (rev 318604) > +++ web/doc-editor/trunk/js/ui/cmp/EditorConf.js 2011-10-31 11:22:40 UTC (rev 318605) > @@ -92,7 +92,7 @@ > ['fr', _('French')], > ['ru', _('Russian')], > ['es', _('Spanish')], > - ['ar', _('Arabic')], > + ['ar', _('Arabic')] > ] > }); > > > > -- > Documentation Website Mailing List (http://doc.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php >