Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davellanedam/platzom
Traductor test
https://github.com/davellanedam/platzom
Last synced: 7 days ago
JSON representation
Traductor test
- Host: GitHub
- URL: https://github.com/davellanedam/platzom
- Owner: davellanedam
- License: mit
- Created: 2017-12-26T20:17:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T21:41:05.000Z (almost 7 years ago)
- Last Synced: 2024-10-29T13:54:45.234Z (15 days ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Traductor
test es un idioma inventado por [Daniel Avellaneda](https://www.totumo.net)
## Descripción del idioma
- Si la palabra termina en "ar" se le quitan esos dos caracteres
- Si la palabra inicia con Z, se le añade "pe" al final
- Si la palabra traducida tiene 10 o mas letras se debe partir a la mitad y unir con un guión del medio
- Si la palabra original es un palíndromo, ninguna regla anterior cuenta y se devuelve la misma palabra intercalando mayúsculas y minúsculas## Instalación
```
npm install platzom
```## Uso
```
import platzom from 'platzom'platzom("Programar") // Programar
platzom("Zorro") // Zorrope
platzom("Zarpar") // Zarppe
platzom("abecedario") // abece-dario
platzom("sometemos") // SoMeTeMoS
```## Créditos
- [Daniel Avellaneda](https://www.totumo.net)## Licencia
[MIT](https://opensource.org/licenses/MI)