Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

...

  1. Add a class that extendst BeeboxTranslatedFileAction.
  2. Code the Process() method. It is called with full details per created translated file.
  3. Compile and install your dll.

...

Info
titleRenaming files

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).

...