HenriDellal / emerald-dialer

Lightweight dialer with T9 search
GNU General Public License v3.0
91 stars 21 forks source link

Greek T9 #68

Closed tdafos closed 2 years ago

tdafos commented 3 years ago

I would like to try to add the T9 keyboard for the greek language. Can you tell me which files should I change in order to do so? I have some experience in writing android apps I am just not sure where I should add the data.

HenriDellal commented 3 years ago

First step is to copy app/src/main/res/values/strings.xml to app/src/main/res/values-el/strings.xml. In this file you have to change string values for ids:

Example:

    <string name="numpad_2">ABC</string>
    <string name="regex_2">[2ABCabc]</string>
tdafos commented 3 years ago

Perfect, it's simple enough. I will get right to it.

tdafos commented 3 years ago

The file is ready. I wasn't able to copy it. I am not familiar with github operations. I have saved it in my server. Please add it and see if it is correct. It is saved in utf8 with bom.

HenriDellal commented 3 years ago

Thanks, I've saved and checked it, will add soon.