在论坛默认使用格式为Markdown,添加格式帮助链接及在发布新脚本,回复时间启用快速编辑的工具栏
Internationalization but yet I see Chinese in the toolbar.
Few people use it, I just use it to meet my needs, so some texts are not translated
You Can manualy Edit the script to translat the tool bar:
// TRANSLATED ENGLISH
	// Add buttons
    btnMake(n, '' + __('B') + '', __('Bold'), '**')
    btnMake(n, __('#'), __('Title'), '#', '  ')
    btnMake(n, '
', __('List'), '-  ', ' ')
    btnMake(n, __('>'), __('blockquote'), '
', '
')
    btnMake(n, '' + __('mark') + '', __('Mettre en évidence'), '', '')
    btnMake(n, '' + __('I') + '', __('Italic'), '*')
    btnMake(n, '
', __('Contenu est centré'), '
')
    btnMake(n, '' + __('U') + '', __('Underline'), '', '')
    btnMake(n, '' + __('S') + '', __('Strikethrough'), '', '')
    btnMake(n, '<br>', __('Force line break'), '
', '', true)
    btnMake(n, __('---'), __('Horizontal line'), '\n\n---\n\n', '', true)
    btnMake(n, __('URL'), __('Add URL to selected text'),
// TRANSLATED ENGLISH
	 const WeiWeiimages = [
        ['npzhyrb4txdoegwl82bkapekufb5', 'Weiwei a demandé : Avez-vous une vision ?'],
        ['gkhj9p2qhtm62uza3qveshtooe2u', 'Vivi a été époustouflée par toi ! '],
        ['P0I0F5XUBHLN1WVPH3IP70ZHPZQQ', 'Weiwei a demandé : Qu'est-ce que cela signifie de se tirer une balle dans le pied ?'],
        ['nahzae6vc3d3osq861cbt8uaopkk', 'Vivi affirme : C'est une blague internationale'],
        ['kzpmox79idq4gmsbyoj0yyuhx13v', 'Weiwei a demandé : Comment osez-vous dire une telle chose ?' ']
    ]
    const WeiWeiLoveYou = WeiWei(WeiWeiimages, true)
    btnMake(n, "WeiWei's mockery", "Five questions from patriotic professor Wei Wei Wei", __('\n\n'+ WeiWeiLoveYou + `\n\n
// TRANSLATED ENGLISH (Google Translate Not Work)
    g = btnMake(n, __('Google Translate'), __('Quickly translate the selected content'),
        function (e) {
            const translatedzh = edInit(e.target)
            translateText(translatedzh.sel).then(translatedText => {
                edWrapInTag('', translatedText, translatedzh, true)
            }).catch(error => {
                alert(' GoogleTranslate ERROR!!! ')
            })
Problems:
Google Translate Not Work
The WeiWei's mockery too
Sorrrry the The WeiWei's mockery work
 
Problems:Google Translate Not WorkThe WeiWei's mockery too
You must select the text you want to translate and click the button to translate. 👌
You must select the text you want to translate and click the button to translate For me, it don’t work...
I don’t know what's going on on your computer, but it does work with me

I don’t know what’s going on on your computer, but it does work with me
Me too :-)
I trying with a fresh install on another profile.
Trying with ViolentMonkey.
No luck...
Maybe i select the wrong option in the script autorisation page of tampermonkey (this which open on the first use of the script).
In another hand i never use this option:
i have an other addon for that..
:-)
Internationalization but yet I see Chinese in the toolbar.