Converting PO to JSON
Veeam Backup Enterprise Manager loads translated strings from JSON files. After you finish translating PO files, convert them to the JSON format.
To convert a file from the PO format to the JSON format, use the Veeam.Backup.Localization.PoConverter.exe utility.
- To locate the utility, use the cd command. By default, the utility is located in the Enterprise Manager folder.
cd '<path>' |
where <path> is a path to the utility file.
For example:
cd 'C:\Program Files\Veeam\Backup and Replication\Enterprise Manager' |
- Run the utility with the following command:
.\Veeam.Backup.Localization.PoConverter.exe '<po_file>' |
where <po_file> is a path to the PO file.
For example:
.\Veeam.Backup.Localization.PoConverter.exe 'C:\Program Files\Veeam\Backup and Replication\Enterprise Manager\WebApp\scripts\build\production\resources\lang\messages.zh_CN.po' |
The JSON file will be created in the folder of the PO file.
Tip |
To view help for the Veeam.Backup.Localization.PoConverter.exe utility, run the utility with the /help parameter. |