File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # FixLanguageTypeJs
1+ # FixLanguageType
22Tiny 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 ) .
You can’t perform that action at this time.
0 commit comments