Skip to content

A simple GUI application for generating suitable translation files for use with the JUCE Library and its LocalisedStrings class.

Notifications You must be signed in to change notification settings

liamlacey/JUCE-Translation-File-Generator

Repository files navigation

JUCE Translation File Generator

JUCE Translation File Generator is a simple GUI application for generating suitable translation files for use with the JUCE Library and its LocalisedStrings class.

The application scans through your projects source code (through a directory or a single file) for instances of the TRANS("") macro or translate("") function, extracts the String within the quotes that needs translating, and adds them to a correctly formatted LocalisedStrings translation file that is all ready to have translations added. It also allows Strings to be added to existing translation files without adding duplicates of strings already within the file.

License

JUCE Translation File Generator is licensed under the GPLv2. See GPL2.txt for details.

It uses the JUCE library which is licensed under the GPLv2.

About

A simple GUI application for generating suitable translation files for use with the JUCE Library and its LocalisedStrings class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published