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

korean #237

Open
sonain opened this issue Nov 4, 2024 · 1 comment
Open

korean #237

sonain opened this issue Nov 4, 2024 · 1 comment

Comments

@sonain
Copy link

sonain commented Nov 4, 2024

korean
1분 전 전
1시간 전 전
하루 전 전
should remove 전. place 1 time at time

@sonain
Copy link
Author

sonain commented Nov 4, 2024

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() => ' ';
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant