Skip to content

Commit 57b6258

Browse files
committed
v 3.3 changelog added
1 parent 8099cb0 commit 57b6258

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
***
44

5+
## V0.3.3
6+
7+
- Support Farsi language
8+
9+
***
10+
511
## V0.3.2
612

713
- Support Deutsch language

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,15 @@ rules = {
3535
"first_name": ["required", "string", "max:128"]
3636
}
3737

38+
# by default return messages in English
3839
PyValidations.make(data, rules)
3940

41+
# get error messages in Deutsch language
42+
PyValidations.make(data, rules , "de")
43+
44+
# get error messages in Farsi language
45+
PyValidations.make(data, rules , "fa")
46+
4047
```
4148

4249
## Documentation

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='PyValidations',
5-
version='0.3.2',
5+
version='0.3.3',
66
author='Majid Ahmaditabar',
77
keywords='validation, data_validator , python_validator ,PyValidations',
88
author_email='mjd.ahd.tbr@gmail.com',

0 commit comments

Comments
 (0)