mirror of
https://github.com/KDE/latte-dock.git
synced 2025-02-20 09:57:52 +03:00
3 lines
118 B
Bash
3 lines
118 B
Bash
|
#! /usr/bin/env bash
|
||
|
$XGETTEXT `find . ../shell -name \*.js -o -name \*.qml -o -name \*.cpp` -o $podir/latte-dock.pot
|