mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-11 16:57:43 +00:00
Update the package ID in metadata.json, the translation catalog name in Messages.sh, the compile-time default in envmanager, and the test suite --lookandfeel flag. Rename the 41 .po files from the old org.kde.breeze.mobile catalog name.
6 lines
237 B
Bash
6 lines
237 B
Bash
#! /usr/bin/env bash
|
|
|
|
# SPDX-FileCopyrightText: 2023 Devin Lin <devin@kde.org>
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
$XGETTEXT `find . -name \*.js -o -name \*.qml -o -name \*.cpp` -o $podir/plasma_lookandfeel_org.shift.mobile.pot
|