mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
8 lines
306 B
Bash
Executable file
8 lines
306 B
Bash
Executable file
#!/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
|