change calendar and editor language

hi, 

how do i change the language of the calendar of birthday (jquery-ui calendar) ?

how do i change the language and direction of tinymce editor ?

it seems in code that it should change automatically by current language but its no working i guess..

if its possible to make them both change to the current language that's be great!

any suggestion ?

 

thanks

Always remember that the future comes one day at a time.
Quote · 20 Apr 2015

I have the same concern. How can we change the language and the direction of the calendar?

Quote · 22 Sep 2015

They should change automatically to the current site language, just make sure that you've used correct language code.

For the list of supported language codes for calendar and date-time picker in Dolphin 7.2.0 see the folder:

plugins/jquery/i18n/

For TinyMCE:

plugins/tinymce/langs/
Rules → http://www.boonex.com/terms
Quote · 23 Sep 2015

its working with the calendar but in the editor its not changing 

Always remember that the future comes one day at a time.
Quote · 25 Sep 2015

What is you custom language name and 2 letters code ?

Rules → http://www.boonex.com/terms
Quote · 1 Oct 2015

Hebrew:

he in the calendar

he_IL in tinymce

Always remember that the future comes one day at a time.
Quote · 1 Oct 2015

I would suggest to rename he_IL folder to he in tinymce.

Hebrew:

he in the calendar

he_IL in tinymce

 

Rules → http://www.boonex.com/terms
Quote · 1 Oct 2015

iv'd changed from he_IL to he in 3 place:

  1. js file
  2. js file content
  3. BxBaseEditorTinyMCE.php content 

cleared cache , refreshed . nothing changed

 

i don't know if its right but there is a line looks like this

protected static $CONF_LANGS = array('ar' => 1, 'ar_SA' => 1, 'az' => 1, 'be' => 1, 'bg_BG' => 1, 'bn_BD' => 1, 'bs' => 1, 'ca' => 1, 'cs' => 1, 'cy' => 1, 'da' => 1, 'de' => 1, 'de_AT' => 1, 'dv' => 1, 'el' => 1, 'en_CA' => 1, 'en_GB' => 1, 'es' => 1, 'es_MX' => 1, 'et' => 1, 'eu' => 1, 'fa' => 1, 'fa_IR' => 1, 'fi' => 1, 'fo' => 1, 'fr_FR' => 1, 'gd' => 1, 'gl' => 1, 'he' => 1, 'hi_IN' => 1, 'hr' => 1, 'hu_HU' => 1, 'hy' => 1, 'id' => 1, 'is_IS' => 1, 'it' => 1, 'ja' => 1, 'ka_GE' => 1, 'kab' => 1, 'kk' => 1, 'km_KH' => 1, 'ko_KR' => 1, 'ku' => 1, 'ku_IQ' => 1, 'lb' => 1, 'lt' => 1, 'lv' => 1, 'ml' => 1, 'ml_IN' => 1, 'mn_MN' => 1, 'nb_NO' => 1, 'nl' => 1, 'pl' => 1, 'pt_BR' => 1, 'pt_PT' => 1, 'ro' => 1, 'ru' => 1, 'si_LK' => 1, 'sk' => 1, 'sl_SI' => 1, 'sr' => 1, 'sv_SE' => 1, 'ta' => 1, 'ta_IN' => 1, 'tg' => 1, 'th_TH' => 1, 'tr' => 1, 'tr_TR' => 1, 'tt' => 1, 'ug' => 1, 'uk' => 1, 'uk_UA' => 1, 'vi' => 1, 'vi_VN' => 1, 'zh_CN' => 1, 'zh_TW' => 1);

all the langs has the same values 

Always remember that the future comes one day at a time.
Quote · 2 Oct 2015

It looks there is bug here - https://github.com/boonex/dolphin.pro/issues/122

The fix - https://github.com/boonex/dolphin.pro/commit/118cb839278e5c8ba3eb4ddec29fc6a10a5501f5

Rules → http://www.boonex.com/terms
Quote · 21 Oct 2015

The bug fix did not fix it.

Always remember that the future comes one day at a time.
Quote · 7 Jun 2017

Please don't rename folder as I said earlier, just apply the mentioned fix - it should help. Also how your custom language Name and Country codes ? 

The bug fix did not fix it.

 

Rules → http://www.boonex.com/terms
Quote · 24 Jun 2017

i have applied the changes, add "language: '{bx_var_lang}' to templates/base/scripts/BxBaseEditorTinyMCE.php

Hebrew 

IL

Always remember that the future comes one day at a time.
Quote · 25 Jun 2017

please use original files from official Dolphin package, then apply the following fix:

The fix - https://github.com/boonex/dolphin.pro/commit/118cb839278e5c8ba3eb4ddec29fc6a10a5501f5

i have applied the changes, add "language: '{bx_var_lang}' to templates/base/scripts/BxBaseEditorTinyMCE.php

 

Rules → http://www.boonex.com/terms
Quote · 2 Sep 2017

I did not understand you , what do from the original package? whats wrong with my package (7.3.3.1)?

Always remember that the future comes one day at a time.
Quote · 6 Sep 2017

 

I did not understand you , what do from the original package? whats wrong with my package (7.3.3.1)?

You've said before:

iv'd changed from he_IL to he in 3 place:
js file
js file content
BxBaseEditorTinyMCE.php content

So, make sure that these changes aren't applied anymore and original files and directory structure is in place.

 

Rules → http://www.boonex.com/terms
Quote · 9 Sep 2017

i did it, also hard coded 'he' in BxBaseEditorTinyMCE.php

but nothing is changed

Always remember that the future comes one day at a time.
Quote · 9 Sep 2017

It's not working only in messaging editor

Always remember that the future comes one day at a time.
Quote · 10 Sep 2017

Could you please send me your language module to try to reproduce the problem?

Rules → http://www.boonex.com/terms
Quote · 11 Sep 2017

where is that language module?

Always remember that the future comes one day at a time.
Quote · 12 Sep 2017

I dont how but know it ok, though its pointing to left edge of the editor instead of the right

Always remember that the future comes one day at a time.
Quote · 14 Sep 2017
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.