An open API service indexing awesome lists of open source software.

https://github.com/basemax/fixlanguagetypejs

Tiny Library for fix problem of language selection in type text.
https://github.com/basemax/fixlanguagetypejs

javascript javascript-lib javascript-libraries javascript-library js js-library js-libs purejs type types typing typing-skills typings wrong wrong-way

Last synced: 2 months ago
JSON representation

Tiny Library for fix problem of language selection in type text.

Awesome Lists containing this project

README

          

# FixLanguageType
Tiny Library for fix problem of language selection in type text.

![FixLanguageType.min.js File Size](https://img.shields.io/badge/Compressed%20Size-973%20Bytes-blue.svg) ![FixLanguageType.min.js Validation Code](https://img.shields.io/badge/Validation%20Code-Check-green.svg)

## Features
- Easy
- Compact
- No dependencies

## Supported languages
- [x] Persian/Farsi (`fa`)
- [ ] Arabic (`ar`)
- [x] English (`en`)

## Samples

To view the full details, run the [Example.html](https://github.com/BaseMax/FixLanguageTypeJs/blob/master/Example.html) file.

```

alert( fixtype.en_fa( "sghl!" ) ); // سلام!

```

# License

FixLanguageType is licensed under the [GNU General Public License](https://github.com/BaseMax/FixLanguageTypeJs/blob/master/LICENSE).