mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-07 05:28:17 -05:00
9 lines
306 B
Bash
9 lines
306 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
BASEDIR=$(dirname $0)
|
||
|
|
||
|
cd $BASEDIR/../..
|
||
|
|
||
|
lupdate -no-ui-lines -disable-heuristic similartext -locations none -no-obsolete src -ts share/translations/keepassx_en.ts
|
||
|
lupdate -no-ui-lines -disable-heuristic similartext -locations none -pluralonly src -ts share/translations/keepassx_en_plurals.ts
|