Intro
The CHILI publish Illustrator plugin can be localised to your language. By default, these languages are covered:
...
You can add languages, and even update the wording used in your language.
Localization structure
The language tekst and messages of the Illustrator plug-in are loaded from a set of text files located in Converter/Locale.
...
Code Block |
---|
SERVER_TAB=Server PRESET=Preset REMOVE=Remove URL=Url ... |
How to add a language translation for the Illustrator plug-in
Add a line in Languages.txt (eg es=Spanish)
Copy en.txt and rename it to the required language (eg. es.txt)
Translate the text in the new text file
Reload the plugin
...