dateparser icon indicating copy to clipboard operation
dateparser copied to clipboard

update korean language

Open cedar101 opened this issue 4 years ago • 1 comments

add 'ko-KR' to locale_specific.

cedar101 avatar Nov 01 '21 08:11 cedar101

@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:

atharmohammad avatar Nov 01 '21 12:11 atharmohammad