CKEditor Localization Troubleshooting

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

(Article updated)
(Article updated)
Line 17: Line 17:
 
* '''Old version:''' Barre d\'emplacement des éléments de l\'éditeur
 
* '''Old version:''' Barre d\'emplacement des éléments de l\'éditeur
 
* '''Current version:''' Barre d'emplacement des éléments de l'éditeur
 
* '''Current version:''' Barre d'emplacement des éléments de l'éditeur
 +
 +
=== Transifex hangs on uploading a localized file ===
 +
Sometimes when a file is malformed or uses an incorrect encoding, the upload may not succeed — it will hang without a descriptive error message. If this happens please check the following:
 +
* Whether the file is correctly encoded.<br /> All CKEditor files are UTF-8 encoded. ANSI files will be rejected.
 +
* Whether the file does not contain BOM.
 +
* Whether the file structure was not altered in any way.
 +
*; You can run <code>msgfmt -c</code> on the file to check its correctness before you attempt to upload it.

Revision as of 13:31, 18 November 2011

The following article describes some issues that may arise during the localization process. If your problem is not described here, contact CKEditor project maintainers to get support.

How to report disruptive team members, abuse, and vandalism

If you feel that there is a member of your team who is abusing the CKEditor localization project in any way, please report him or her to the project maintainers.

Resource was not locked after downloading it for translation

You can lock the resource manually by selecting the Lock this translation to notify others you're working with it. option in the Translation Details dialog window.

Lock file option in Transifex


Do not forget to unlock the translation when you are done with your work.

Do I still need to escape apostrophes in the localized strings?

No. Although previously all apostrophes had to be escaped by using a backslash character, you no longer need to do this. Our tools will now perform all the necessary replacements in the background so just enter a correct literal string.

  • Old version: Barre d\'emplacement des éléments de l\'éditeur
  • Current version: Barre d'emplacement des éléments de l'éditeur

Transifex hangs on uploading a localized file

Sometimes when a file is malformed or uses an incorrect encoding, the upload may not succeed — it will hang without a descriptive error message. If this happens please check the following:

  • Whether the file is correctly encoded.
    All CKEditor files are UTF-8 encoded. ANSI files will be rejected.
  • Whether the file does not contain BOM.
  • Whether the file structure was not altered in any way.
    You can run msgfmt -c on the file to check its correctness before you attempt to upload it.