DanielNT / ALTranslationCenter

Extension for improving speed in multilanguage developing with AL Language.
0 stars 0 forks source link

AL Translation Center

Visual Studio Marketplace Version Visual Studio Marketplace Downloads Visual Studio Marketplace Installs

This extension allows to improve speed in multilanguage development in AL Language using developer comments for adding translations. Previously, the idea was used in AL Language Tools extension (thanks ClipDynamics!).

Example of developer comments

Requirements

Main features

Example of use

Example of use

Commands

Command
ATC: Generate Xliff translations from source This command generates the translations (based in developer comments) for the current NameOfExtension.g.xlf at folder Translations (the source XLIFF). This file is created after executing AL: Package or AL: Publish. Because the file is created after the package, you need to recreate the package to add the translations.
ATC: Package with translations Package directly with translations, without need to create tasks or do a repacking manually.
ATC: Publish with translations Generate and publish the package directly with translations, without need to create tasks or do manually. You can customize the behavior in settings, and set if you want to publish always with or without debugging without asking.

Snippets included

For a customizable version of language-dependent snippets, use:

Improvements

Known Issues