dateparser
dateparser copied to clipboard
update korean language
add 'ko-KR' to locale_specific.
@cedar101 Don't add directly into .py files . you have to create a ko.yaml file in dateparser_data/supplementary_language_data/date_translation_data and add those changes there and then run script
python write_complete_data.py in dateparser_scripts which will automatically make these changes in the py file
read this Contribution Guidelines for more details
In the end you can always run tox in root directory to check if all tests are passing as some other tests of relative dates are also failing :+1: