scientificware / FXMessages

FXMessages is a communication app like Google Messages but with scientific writing capabilities.

Home Page:https://play.google.com/store/apps/details?id=com.fxmessages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

German Language

scientificware opened this issue · comments

The purpose of this issue is to create the german mathematic naturel typesetting in FXMESSAGE.

  • Done. Create the FXShortCuts_de class.
  • WIP. Translate internal shortcuts with the setLocal method.

To change the name, the shortcut and the custom shortcut : setLocal("name",".shortcut","custom").

  • Example :
    • setLocal("...", ". ...", ".(")

To change the name and the shortcut : setLocal("name",".shortcut").

  • Example :
    • setLocal("...", ". ...")
    • or setLocal("...", ". ...", "")

To only change the name : setLocal("name").

  • Example :
    • setLocal("...")
    • or setLocal("...", "")