Herramienta para actualizar archivos de i18n

pull/3/head
Vadim vtroshchinskiy 2023-11-15 09:53:36 +01:00
parent f885166268
commit 502838c165
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/bin/bash
for ts in i18n/*.ts ; do
lupdate-qt6 *.cpp -ts $ts
done