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_nArRTzbiCeNQ0DajqqFK68qd_zW+mW8oAR=SKteJD-=tg@mail.gmail.com> |
Just do it. http://svn.php.net/viewvc?view=revision&revision=318615 I have updated the server who host the editor too. You will be able to see all of your change into the configuration window now. Best, Yannick 2011/10/31 Yannick Torrès <[email protected]>: > 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 >> >