TinyMCE Translation Checker, by Liron Newman

What is TMTC?

TinyMCE Translation Checker, or TMTC, is a utility for TinyMCE translators, to help them check their translations to see if they're complete and up-to-date with the latest version of TinyMCE, and also check some common syntax errors.

Requirements

For running:

For using:

Usage

To use this script, you should have a TinyMCE installation with both the built-in, English language files and your own language files in their right places, together in their folders, just like you would have them when you want to use them in TinyMCE.

Once your TinyMCE and your translation are there, you run the script like this:

[CScript.exe] tmtc.vbs <BasePath> <LangCode> [MatchAgainst]

Where:
BasePath        - The path all language files are stored under, usually the TinyMCE folder
LangCode        - The language code for your translation, like en, it, hu, he, ja_utf-8...
MatchAgainst    - Optional: The language to match against. Defaults to English (en) for obvious reasons

If your language code is "XX", and your TinyMCE folder is "tinymce" under the same folder as the script, you probably want to run it like this:

tmtc.vbc tinymce xx

When the check is done, Notepad will open with the results. If the script runs for a long time, or you want to see the results "live" for any reason, you can run it under the console (cmd.exe), like this:

cscript tmtc.vbc tinymce xx
or, if you want to redirect the results to somefile.txt:
cscript tmtc.vbc tinymce xx >somefile.txt

The results

In your results, you can get several types of messages:

Download

The latest version is 1.0. Get it here:

Get TMTC 1.0

Changelog

License

TMTC is free to use, AT YOUR OWN RISK! I am not responsible for any kind of damage or bad thing that may happen to you, your computer, your data, or anything else in the universe, which has anything to do with this site or this program, directly or indirectly. If you're unsure, don't use it. If you distribute it or build anything upon it, give me credit, and tell me. Have fun!

Be notified of page updates
it's private
powered by
ChangeDetection