1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
<?xml version="1.0" encoding="utf-8"?>
<engines>
<engine>
<name>anthy</name>
<language>ja</language>
<license>GPL</license>
<author>Peng Huang <shawn.p.huang@gmail.com></author>
<icon>ibus-anthy</icon>
@LAYOUT_XML@
<layout_variant></layout_variant>
<layout_option></layout_option>
<longname translatable="no">Anthy</longname>
<description>Anthy Input Method</description>
<rank>99</rank>
@HOTKEYS_XML@
@SYMBOL_XML@
@ICON_PROP_KEY_XML@
<version>@PACKAGE_VERSION@</version>
<textdomain>ibus-anthy</textdomain>
</engine>
</engines>
|