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.
- Host: GitHub
- URL: https://github.com/basemax/fixlanguagetypejs
- Owner: BaseMax
- License: gpl-3.0
- Created: 2018-06-26T17:19:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T10:15:30.000Z (over 5 years ago)
- Last Synced: 2025-07-19T06:32:20.169Z (3 months ago)
- Topics: javascript, javascript-lib, javascript-libraries, javascript-library, js, js-library, js-libs, purejs, type, types, typing, typing-skills, typings, wrong, wrong-way
- Language: JavaScript
- Homepage: https://basemax.github.io/FixLanguageTypeJs/Example.html
- Size: 29.3 KB
- Stars: 15
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FixLanguageType
Tiny Library for fix problem of language selection in type text. 
## 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).