This forum is for questions about translating the Drupal user interface. See also the Translations group.

Need help with TinyMCE and tranliteration module

I have just installed http://drupal.org/project/unisaraswati module and it works great in all parts of the site except with TinyMCE. Could you please guide me how to make this work with TinyMCE?

Thanks

Drupal 6 .po file location

Hello,

I'm am testing out Drupal 6's translation capabilities and have a quick question... If I download, for example, the French translation package, do I then need to move each .po file to each module's translations directory, even for core modules like node.module? Or is there a central location I can place the whole package in? I like being able to place my custom modules in the sites/all/modules/ directory; I'd like to be able to place the French translation package in a folder such as sites/all/translations/fr/ which would be checked in addition to the standard locations. Perhaps this is already possible, but my searches didn't turn anything up.

When I look at the locale_batch_by_language function in locale.inc, I see this line:

$files = array_merge($files, file_scan_directory(dirname($component->filename) .'/translations', '(^|\.)'. $langcode .'\.po$', array('.', '..', 'CVS'), 0, FALSE));

I'm thinking that by adding the following line (and changing the SQL query to include the "type" column), it would support the centralized location option, assuming a standardized directory hierarchy:

$files = array_merge($files, drupal_system_listing('\.po$', 'translations/' . $langcode . '/' . $component->type . 's/' . $component->name, 'filename', 0));

Tranlating Views and blocks using localizer

Hello,

I'm trying to setup a multi language site using the localizer module, but i've run into some difficulty.

1. Block that appear in one language don't appear in the other, even though i've set them to be on both.
2. I can't find how to translate the views - title and content.

Thanks

Idan

How to import again module translation

Hello

I create module translation on the file .po.
When import this file I saw problem with letters (mixed words), I repair problem on the file . po, import file againt but I still problem.

How to make?
How to import new module translation again?

switching themes based on language

Hello,

I'm trying to change the theme based on the language at used, i simply can't find where to do this.

Idan

uploading files to cvs

i hav translated drupal 5 in urdu ,now i want to upload it to teh cvs ,i guess that the way to share these files with everyone,i hav even got an cvs account but i cant find how to upload the files im confused i guess first a project shud b created but evn for creating a project it requires a cvs path dont know wat to do,can any1 tell me how to upload files in cvs
thx in anticipation
its urgent plz help

Pages

Subscribe with RSS Subscribe to RSS - Translations