Skip to content

Instantly share code, notes, and snippets.

@esmiz
Last active November 13, 2015 16:06
Show Gist options
  • Save esmiz/fbd4f9bb2b3cf167e2ba to your computer and use it in GitHub Desktop.
Save esmiz/fbd4f9bb2b3cf167e2ba to your computer and use it in GitHub Desktop.
uruguayanToSpanish
$uruguayanToSpanish = [ 'frutilla' => 'fresa',
'durazno' => 'melocoton',
'viejo de la bolsa' => 'hombre del saco',
'alcancía' => 'hucha',
'musculosa' => 'camiseta de tirantes',
'papas' => 'patatas',
'choclo' => 'mazorca de maíz',
'refuerzo' => 'bocadillo',
'pancho' => 'perrito caliente',
'ómnibus' => 'autobús',
'transpirar' => 'sudar'
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment