mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-31 18:39:19 +01:00
7 lines
154 B
JavaScript
7 lines
154 B
JavaScript
|
// Japanese unicode (utf-8)
|
|||
|
|
|||
|
tinyMCE.addToLang('',{
|
|||
|
directionality_ltr_desc : '左から右へ',
|
|||
|
directionality_rtl_desc : '右から左へ'
|
|||
|
});
|