Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Chatbot) 곧밥 영어 요청시, 식사명 한글로 출력됨 #31

Open
kimtks456 opened this issue Mar 5, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@kimtks456
Copy link
Contributor

kimtks456 commented Mar 5, 2023

if(today.get(Calendar.HOUR_OF_DAY)>=19 || today.get(Calendar.HOUR_OF_DAY)<9){result += " 조식\n\n";}
else if(today.get(Calendar.HOUR_OF_DAY)>=9 && today.get(Calendar.HOUR_OF_DAY)<13) {result += " 중식\n\n";}
else if(today.get(Calendar.HOUR_OF_DAY)>=13 && today.get(Calendar.HOUR_OF_DAY)<19) {result += " 석식\n\n";}

[ ] 항상 한글명만 출력하기에 영어명이 출력 안됨. constant에 한,영 array로 관리하도록 수정 필요

@kimtks456 kimtks456 added the bug Something isn't working label Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant