This type of extension is called whenever the Beebox creates a translated file in the "out" directory of a project. This can be triggered manually from the Beebox UI or by an automatic operation. Some use cases:
...
- Add a class that extendst BeeboxTranslatedFileAction.
- Code the Process() method. It is called with full details per created translated file.
- Compile and install your dll.
...
Info | ||
---|---|---|
| ||
If you plan to rename translated files, make sure to always leave the original translated file unchanged. Create Instead, create a copy of the file and save it under a different name (and ideally in a different location to avoid conflicts). |
...