Skip to main content

Downloads

This page contains useful extensions with source code:


Multiple sample extensions

Download sample extensions project:

AcmeSample.BeeboxPackage.zip   (23 June 2015)

(Note: This download fixes a bug in the TranslatedFileAction class.)

Wordbee.Beebox.Extensibility assembly

Download Wordbee.Beebox.Extensibility.zip

GIT extension

The GIT extension permits to connect a Beebox project to a GIT repository and branch and synchronizes both.

Read tutorial here: GIT Localization Connector

Extension package, for upload to your Beebox (v2.00):

Wordbee.Beebox.Extensions.Git.BeeboxPackage.zip

Source code:

GitPackage.zip


Replace content in translated files

This extension lets you replace content in translated files. For example, it can be used to replace source language codes by the target language code.

The default configuration of the extension is to replace any occurrence of:

CODE
<Locale>......</Locale>

By the file's target locale. For example, the content above is replaced as follows when translating into French:

CODE
<Locale>fr</Locale>

You can change the configuration and define any number of regular expressions and replacement strings. When uploading the extension, you can see the help information.

Note: The extension writes UTF-8. If you need other encodings, please amend the source code below accordingly.

The extension binary:

Wordbee.Beebox.Extensions.TranslatedFilesAmender.BeeboxPackage.dll

The source code (create a project as defined in this chapter to amend code and compile):

TranslatedFilesAmenderAction.cs


Filter to find mismatching markup in translations

This extension adds a new filter to Beebox to find misatching markup in translations. The filter detects if a markup is missing in the translation, markup occurrences do not match or the translation contains markup that does not exist in the source.

To access the filter, go to "Quick Search" and select "Bad Markup Filter":

Upload the extension package from the Administration > Extensions page:

Wordbee.Beebox.Extensions.Samples.BadMarkupFilter.BeeboxPackage.zip

The Visual Studio solution (source code):

BadMarkupFilterPackageSolution.zip




JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.