No source code references are found. What could be the issue?

First, check that the Source root directory is correctly set in ToolbarConfigurationEditor.

BabelEdit scans files based on the selected framework, supporting only certain programming languages and file extensions. It looks for translation IDs using common patterns such as specific markup or wrapper functions.

If no references are found, it might be due to one of the following:

  • You're using a programming language that is uncommon or unsupported for the selected framework.
  • Your source files have non-standard or unrecognized file extensions.
  • Translation IDs are not written as string literals (e.g., they're stored in variables or generated dynamically).
  • You're using custom functions to mark translation IDs that BabelEdit doesn't recognize.

To resolve this, ensure that your source code follows the conventions expected by the chosen framework.