source: ogBrowser-Git/src/update_translations.sh

jenkins
Last change on this file was 502838c, checked in by Vadim Troshchinskiy Shmelev <vtroshchinskiy@…>, 18 months ago

Herramienta para actualizar archivos de i18n

  • Property mode set to 100755
File size: 73 bytes
Line 
1#!/bin/bash
2
3for ts in i18n/*.ts ; do
4    lupdate-qt6 *.cpp  -ts $ts
5done
Note: See TracBrowser for help on using the repository browser.