I'm looking for a list of the alphabetic letters in the Spanish language (ES), each letter translated into English (EN) by hearing.
For example lets take a word, presented in Spanish & English:
Anthropology ; Antropología
I don't speak Spanish , but I can clearly notice that the letter n is the same, but th is just t , etc.
Another important thing is that the list should NOT contain any vowels (letters that are translated by hearing to a, e, i, u, o)
My goal is to create a list (Es->En) that looks like this:
n,n
t, t
t, th
r,r
p,p
l,l
g,g
This is for a University project, I will appreciate if anyone could help me with this, I hope that this is a simple task for someone who speaks the language.
Thanks.