[TYPO3] wysiwyg page editor that typo uses....
    Tapio Markula 
    tapio.markula at dnainternet.net
       
    Thu May 25 16:00:10 CEST 2006
    
    
  
Peter Klein wrote:
> Hi Tapio. You just need to download and install the TinyMCE Finnish language 
> pack. (TinyMCE uses it's own language system. You just have to make sure 
> that the TinyMCE language code matches the ones in TYPO3. For Danish 
> language, I had to rename all filenames starting with "da" -> "dk" in order 
> for it to work in TinyRTE/TYPO3.)
I made that for 'da' and 'se' (Swedish) + folder names (dokumentation).
I altered also all editor_plugin.js files, which use language files. 
changing da => dk and sv => se.
tinyMCE.importPluginLanguagePack('pluginName', 
'en,tr,se,cs,zh_cn,fr_ca,dk,he,nb,de,hu,ru,ru_KOI8-R,ru_UTF-8,nn,fi,es,cy,is,pl,nl,fr,pt_br'); 
// <- Add a comma separated list of all supported languages
That list is certainly invalid for Typo3 because it still uses 
unsupported values by Typo3.
I made new translations for dk, fi and se for typo3link and typo3image
Full en,de,fi,se and dk language support + fixed language labels 
available from:
http://t3test.xetpoint.com/index.php?id=evaluations
Hope that helps. If you regard that my changes are correct update 
TinyMCE using my fixed version (if you don't have installed language, 
which I have not installed).
BTW. the inlinepopup plugin works in older Typo3 than 4.0.
I put that back.
    
    
More information about the TYPO3-english
mailing list