Warning, file /plasma/plasma-workspace/kcms/region_language/Messages.sh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #! /usr/bin/env bash
0002 #Messages.sh
0003 #SPDX-FileCopyrightText: 2022 Han Young <hanyoung@protonmail.com>
0004 #SPDX-License-Identifier: GPL-2.0-or-later
0005 
0006 $EXTRACTRC `find . -name \*.kcfg` >> rc.cpp
0007 $XGETTEXT `find . -name "*.cpp" -o -name "*.qml"` -o $podir/kcm_regionandlang.pot
0008