Posts by fairbird

    In this case I can not add extra code in plugin for what you need .. That you should be to add it in your restore script after install plugin directly download file from source to your image. like this

    Code
    wget https://raw.githubusercontent.com/fairbird/NewVirtualKeyBoard/main/installer.sh -O - | /bin/sh
    wget https://raw.githubusercontent.com/fairbird/NewVirtualKeyBoard/refs/heads/main/kle/kle00000809.kle -O /usr/lib/enigma2/python/Plugins/SystemPlugins/NewVirtualKeyBoard/skins/kle/00000809.kle

    Basically, the installation script backs up the languages folder before deleting the plugin. After installing the new version, it restores the languages folder, containing all previously downloaded languages. Once you restart Enigma, the keyboard will open to the setting that stored in /etc/enigma2/Settings. Therefore, the problem with the restore script file from your side.


    You want to make sure... Download the plugin, download any language you want, test it, then restart. After that, install the plugin again using the install command, not through the script you're using. You'll find that the language hasn't changed.

    About translatable I will do it same as my plugin (RaedQuickSignal) .. new option to change language of plugin and I will add only English (default) file and my language (Arabic) ..

    The other language will depend on you. Everyone who wants his language should translate the English file and upload it to the source and I will accept it... or send it here...

    RaedQuickSignal/usr/lib/enigma2/python/Plugins/Extensions/RaedQuickSignal/language at main · fairbird/RaedQuickSignal
    Contribute to fairbird/RaedQuickSignal development by creating an account on GitHub.
    github.com

    Update ...


    Ncam V15.4


    Download link in first post