Warning, /packaging/yocto-meta-kf5/classes/ki18n.bbclass is written in an unsupported language. File is not indexed.

0001 # Class for recipes using ki18n for internationalization
0002 #
0003 # SPDX-FileCopyrightText: 2019 Volker Krause <vkrause@kde.org>
0004 #
0005 # SPDX-License-Identifier: MIT
0006 
0007 inherit python3native
0008 inherit gettext
0009 
0010 DEPENDS:append = " \
0011     ki18n \
0012     gettext-native \
0013 "