Skip to content

Commit b437666

Browse files
authored
Update README.md
1 parent 70175be commit b437666

1 file changed

Lines changed: 31 additions & 1 deletion

File tree

README.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,32 @@
1-
# FixLanguageTypeJs
1+
# FixLanguageType
22
Tiny Library for fix problem of language selection in text.
3+
4+
![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)
5+
6+
7+
## Features
8+
- Easy
9+
- Compact
10+
- No dependencies
11+
12+
13+
## Supported languages
14+
- [x] Persian/Farsi (`fa`)
15+
- [x] Arabic (`ar`) , Not Complate!
16+
- [x] English (`en`)
17+
18+
19+
## Samples
20+
21+
To view the full details, run the [Example.html](https://github.com/BaseMax/FixLanguageTypeJs/blob/master/Example.html) file.
22+
23+
```
24+
<script>
25+
alert( fixtype.en_fa( "sghl!" ) ); // سلام!
26+
</script>
27+
```
28+
29+
30+
# License
31+
32+
FixLanguageType is licensed under the [GNU General Public License](https://github.com/BaseMax/FixLanguageTypeJs/blob/master/LICENSE).

0 commit comments

Comments
 (0)