According to the documentation it should be possible to add $ to the name of a language when calling addKeyboardsForLanguage to install all keyboards for a language.
Source code suggests that the same is true for addKeyboards (e.g. @fr$).
However, adding $ doesn't work. No keyboards get added.
According to the documentation it should be possible to add
$to the name of a language when callingaddKeyboardsForLanguageto install all keyboards for a language.Source code suggests that the same is true for
addKeyboards(e.g.@fr$).However, adding
$doesn't work. No keyboards get added.