Add missing character 'ی'
This is surprisingly hard to look up, but it seems like it's this here.
Looks like it can be both Î and Y
Looks like it can be both Î and Y
The character 'ي' was properly set in replacement dictionary. But the character 'ی' was not exist in the dictionary at all, and the latter character was being replaced with '-' when slugify() the word.
The change is fine but CI is breaking. Could you try and update .circleci/config.yml and change the line
xcode: "9.0"to `xcode: "9.2"?
Should I change the config.yml file?
@hsharghi yes please, that should fix the CI build