We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
korean 1분 전 전 1시간 전 전 하루 전 전 should remove 전. place 1 time at time
The text was updated successfully, but these errors were encountered:
class KoMessages implements LookupMessages { @OverRide String prefixAgo() => ''; @OverRide String prefixFromNow() => '지금부터'; @OverRide String suffixAgo() => '전'; @OverRide String suffixFromNow() => '후'; @OverRide String lessThanOneMinute(int seconds) => '방금'; @OverRide String aboutAMinute(int minutes) => '1분'; @OverRide String minutes(int minutes) => '${minutes}분'; @OverRide String aboutAnHour(int minutes) => '1시간'; @OverRide String hours(int hours) => '${hours}시간'; @OverRide String aDay(int hours) => '하루'; @OverRide String days(int days) => '${days}일'; @OverRide String aboutAMonth(int days) => '한 달'; @OverRide String months(int months) => '${months}개월'; // "달" 대신 "개월" 사용 @OverRide String aboutAYear(int year) => '1년'; // "일 년" 대신 "1년" 사용 @OverRide String years(int years) => '${years}년'; @OverRide String wordSeparator() => ' '; }
Sorry, something went wrong.
No branches or pull requests
korean
1분 전 전
1시간 전 전
하루 전 전
should remove 전. place 1 time at time
The text was updated successfully, but these errors were encountered: