What's new in BabelEdit 3

Andreas Löw
What's new in BabelEdit 3

We are happy to announce BabelEdit 3 — which comes with some nice new features and several fixes.

Here's a short list:

Filter on translation texts of one language

Use the improved filter dialog to search text parts in all or only selected languages:

  1. Open the filter dialog
  2. Use the drop-down after Translation text to select the scope for the filter.
Restrict BabelEdit's filter function to one language only

Quick filter on translation IDs

Need to jump to a translation ID quickly? Start filtering:

  • Windows: CTRL+D
  • macOS: +D

Reset the filter with ESC

Filter translation IDs with the quick filter in BabelEdit

Search in translation texts

We've now added a new search function to allow fast searching all selected translations in the center view.

For this, we had to move the keyboard shortcut for the filter. The new filter shortcut is now CTRL++D (Windows) or ++D (macOS).

Search is now available with the following shortcuts:

FunctionWindowsmacOS
FindCTRL+F+F
Find nextF3+G

Reset the filter with ESC

Search functionality in BabelEdit 3

Text and whitespace transformation

BabelEdit 3 adds text and whitespace transformation tools.

Menu: Edit / Convert case

You can either make the complete text upper-case, lower-case or make all lowercase except for the first letter in.

FunctionWindowsmacOS
Uppercase first letterCTRL++U++U
UppercaseCTRL+ALT++U+++U
LowercaseCTRL++L++L

Menu: Edit / Remove whitespace

  • Trim: Remove whitespace at the start and end of the complete text.
  • Trim line by line: Remove whitespace at the start and end of each line.
  • Simplify: Convert multiple whitespace characters to single spaces.
FunctionWindowsmacOS
TrimCTRL++T++T
Trim line by lineCTRL+ALT++T+++G
SimplifyCTRL++Y++Y

Custom Language Codes

With BabelEdit 3, you can now create your own language codes. There are 3 main use-cases for this:

  • Support for languages that are not included in BabelEdit out of the box.
  • Custom language codes for existing language codes - e.g. to distinguish between formal and informal speech in German.
  • Support variations of a language - e.g. if you want to customize the UI of your application for a specific group of users, A/B Testing, ...

The new language configuration dialog is available in the settings and when adding new language files.

In this video I'll show you how you can add a custom language to BabelEdit.

How to use custom languages in BabelEdit

Or - if you prefer - the all-in-one-image version:

How to add a custom language code to BabelEdit
  1. Open the Languages dialog from in the toolbar.
  2. To add a new language file, use the Add button, and select New from the drop-down.
  3. The Language code not found? link at the bottom of the language list opens the custom language configuration.
  4. Click New to create your language.
  5. Now enter the name and the code you want to use. If you are building a variant of an existing language, select the spell checker and the machine translation language you want to use.
  6. Click Close and select your new language code from the list.

Improved support for Flutter (.arb files)

We've given the arb file support a complete update. This also chances the behaviour when working with .arb files.

Here's a comparison betwen BabelEdit 2 and BabelEdit 3:

BabelEdit 2BabelEdit 3
Only existing .arb files can be addedYou can add and create .arb files
Descriptions (in .arb metadata) are displayed, but not editableDescripions are editable, stored in the .arb file
Comments (in BabelEdit) are stored in the .babel fileComments are removed (in favor of descriptions)
No placeholder supportPlaceholders can be edited and stored in the .arb file

Notes:

  • When importing an old project file into the new BabelEdit, the comment and the description are merged.
  • Descriptions and placeholders are loaded in the primary language file only. Existing entries in other languages than the primary language are ignored.
  • Saving a project only saves the placeholders and descriptions to the main language .arb file. DANGER!

Autodetect Flutter project if .arb file is dropped on start screen

We've simplified the setup for Flutter projects: You can now drop the .arb files on the start screen instead of selecting the .arb project type and adding the files in the language dialog.

ARB File Editor: Translation description and placeholders

Use BabelEdit's new ARB file placeholder editor to add and edit placeholder values in your .arb files:

ARB file editor: Edit placeholders and descriptions in BabelEdit

Change your translation file location

You can now save your translation files in a different location — without removing/adding them — and without loosing your meta-data.

This feature is available in the Languages dialog.

Fixes

  • Crashes on Apple M1 systems
  • Allow adding new .arb files in BabelEdit
  • Fixed issues when source code view has no permission to load source files
  • Dictionary downloader infinite loop of asking again and again to download a dictionary
  • Improved detection of auto-generated Angular translation IDs (XLF projects)
  • Improved performance when saving project