Closed (duplicate)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Feb 2010 at 13:52 UTC
Updated:
2 Sep 2013 at 21:06 UTC
Comments
Comment #1
mephir commentedStrings from Mediaembed plugin are in ckeditor.pot. You can translate them by Drupal translations.
Comment #2
merilainen commentedOkay, I can see them in the ckeditor.pot file, but how to get them to Drupal's database to translate them with the translation interface? I don't need to import the whole .pot file because the editor works otherwise ok with Finnish. It also seems so that the name of the button is not included in the strings, "Embed Media" is missing.
And where does the editor get all the translations for buttons and dialogs? I've never imported any .po language file related to CKeditor.
Comment #3
wwalc commentedWe have used Drupal system to translate strings in plugins (one big .po file). CKEditor have it's own translation system which we can also use in plugins (by providing small javascript files for each language), I'm not sure which way is better.
Comment #4
wwalc commentedComment #5
dczepierga commentedMaybe it will be changed in version 6.x-2.0 of CKEditor module.
Comment #6
jcisio commentedRelated to #1966798: Replace usage of ckeditor_path('url') with drupal_add_js.