WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
<blockquote>
<blockquote class="nice_quote">
CKEDITOR.addStylesSet( 'wb',[
{ name : 'Blue Title' , element : 'h3', attributes : { 'class' : 'marker-blue' } },
{ name: 'BQ-Div-Nice1' , element: 'div', attributes: { 'class': 'nice_quote1'} }, { name: 'BQ-P-Nice2' , element: 'p', attributes: { 'class': 'nice_quote2'} },
.nice_quote1 { background: transparent; border-left: 10px solid #ccc; margin: 1.5em 10px; padding: 0.5em 10px; quotes: "\201C""\201D""\2018""\2019";}.nice_quote1:before { color: #ccc; content: open-quote; font-size: 4em; line-height: 0.1em; margin-right: 0.25em; vertical-align: -0.4em;}.nice_quote1 p { display: inline;}
lang: [ CKEDITOR.config.defaultLanguage, CKEDITOR.lang.detect(CKEDITOR.config.language ) ],
// lang: [// CKEDITOR.config.defaultLanguage,// CKEDITOR.lang.detect(CKEDITOR.config.language )// ], lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en-au,en-ca,en-gb,en,eo,es,et,eu,fa,fi,fo,fr-ca,fr,gl,gu,he,hi,hr,hu,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt-br,pt,ro,ru,sk,sl,sr-latn,sr,sv,th,tr,ug,uk,vi,zh-cn,zh', // %REMOVE_LINE_CORE%
if you want..... the ckeditor works with browser language detection, but maybe, it works not in every case or for every languagego to modules/ckeditor/ckeditor/pluging/wbDropletand open there the file plugins.jsyou see in the top the language definitionCode: [Select] lang: [ CKEDITOR.config.defaultLanguage, CKEDITOR.lang.detect(CKEDITOR.config.language ) ],and in the next line all avaiable language files for this plugin, but deactivatedswitch the deactivation to the first code and activate the files likeCode: [Select]// lang: [// CKEDITOR.config.defaultLanguage,// CKEDITOR.lang.detect(CKEDITOR.config.language )// ], lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en-au,en-ca,en-gb,en,eo,es,et,eu,fa,fi,fo,fr-ca,fr,gl,gu,he,hi,hr,hu,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt-br,pt,ro,ru,sk,sl,sr-latn,sr,sv,th,tr,ug,uk,vi,zh-cn,zh', // %REMOVE_LINE_CORE%now, you can translate the file modules/ckeditor/ckeditor/pluging/wbDroplet/lang/bg.jsreload the page and see, whats happend