wxWidgets/samples/internat/internat.bkl
Vadim Zeitlin a69af310ad Use CFBundleLocalizations in internant sample Info.plist only
Remove this bundle key from the generic Info.plist files as it's not
really useful there because none of our samples except "internat" is
localized.

So just add a special Info.plist for this sample and add values
corresponding to all the languages for which we have translations to its
CFBundleLocalizations.
2021-08-15 18:39:34 +02:00

34 lines
1.0 KiB
XML

<?xml version="1.0" ?>
<makefile>
<set var="BUNDLE_PLIST">$(SRCDIR)/Info.plist.in</set>
<include file="../../build/bakefiles/common_samples.bkl"/>
<exe id="internat" template="wx_sample" template_append="wx_append">
<sources>internat.cpp</sources>
<wx-lib>core</wx-lib>
<wx-lib>base</wx-lib>
</exe>
<template id="catalog">
<dstdir>$(BUILDDIR)/$(id)</dstdir>
<srcdir>$(SRCDIR)/$(id)</srcdir>
<files>internat.po internat.mo</files>
</template>
<wx-data id="ar" template="catalog"/>
<wx-data id="bg" template="catalog"/>
<wx-data id="cs" template="catalog"/>
<wx-data id="de" template="catalog"/>
<wx-data id="fr" template="catalog"/>
<wx-data id="it" template="catalog"/>
<wx-data id="ka" template="catalog"/>
<wx-data id="pl" template="catalog"/>
<wx-data id="ru" template="catalog"/>
<wx-data id="sv" template="catalog"/>
<wx-data id="ja" template="catalog"/>
<wx-data id="ja_JP.EUC-JP" template="catalog"/>
</makefile>