-
-
Notifications
You must be signed in to change notification settings - Fork 505
add korean(ko) localization #267
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
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| // DO NOT EDIT. This is code generated via package:intl/generate_localized.dart | ||
| // This is a library that provides messages for a ko locale. All the | ||
| // messages from the main program should be duplicated here with the same | ||
| // function name. | ||
|
|
||
| // Ignore issues from commonly used lints in this file. | ||
| // ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new | ||
| // ignore_for_file:prefer_single_quotes,comment_references, directives_ordering | ||
| // ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases | ||
| // ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes | ||
| // ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes | ||
|
|
||
| import 'package:intl/intl.dart'; | ||
| import 'package:intl/message_lookup_by_library.dart'; | ||
|
|
||
| final messages = new MessageLookup(); | ||
|
|
||
| typedef String MessageIfAbsent(String messageStr, List<dynamic> args); | ||
|
|
||
| class MessageLookup extends MessageLookupByLibrary { | ||
| String get localeName => 'ko'; | ||
|
|
||
| final messages = _notInlinedMessages(_notInlinedMessages); | ||
| static Map<String, Function> _notInlinedMessages(_) => <String, Function>{ | ||
| "backButtonTooltip": MessageLookupByLibrary.simpleMessage("뒤로"), | ||
| "clickToSearch": MessageLookupByLibrary.simpleMessage("검색"), | ||
| "closeButtonLabel": MessageLookupByLibrary.simpleMessage("닫기"), | ||
| "closeNavigationTooltip": | ||
| MessageLookupByLibrary.simpleMessage("네비게이션 닫기"), | ||
| "closeTabLabelSuffix": MessageLookupByLibrary.simpleMessage("탭닫기"), | ||
| "closeWindowTooltip": MessageLookupByLibrary.simpleMessage("창닫기"), | ||
| "copyActionLabel": MessageLookupByLibrary.simpleMessage("복사"), | ||
| "copyActionTooltip": MessageLookupByLibrary.simpleMessage("클립보드로 복사"), | ||
| "cutActionLabel": MessageLookupByLibrary.simpleMessage("잘라내기"), | ||
| "cutActionTooltip": MessageLookupByLibrary.simpleMessage("클립보드로 잘라내기"), | ||
| "dialogLabel": MessageLookupByLibrary.simpleMessage("대화상자"), | ||
| "minimizeWindowTooltip": MessageLookupByLibrary.simpleMessage("최소화"), | ||
| "modalBarrierDismissLabel": MessageLookupByLibrary.simpleMessage("취소"), | ||
| "newTabLabel": MessageLookupByLibrary.simpleMessage("새탭"), | ||
| "noResultsFoundLabel": MessageLookupByLibrary.simpleMessage("결과없음"), | ||
| "openNavigationTooltip": | ||
| MessageLookupByLibrary.simpleMessage("네비게이션 열기"), | ||
| "pasteActionLabel": MessageLookupByLibrary.simpleMessage("붙여넣기"), | ||
| "pasteActionTooltip": | ||
| MessageLookupByLibrary.simpleMessage("클립보드로 붙여넣기"), | ||
| "restoreWindowTooltip": MessageLookupByLibrary.simpleMessage("이전크기"), | ||
| "scrollTabBackwardLabel": MessageLookupByLibrary.simpleMessage("이전탭"), | ||
| "scrollTabForwardLabel": MessageLookupByLibrary.simpleMessage("다음탭"), | ||
| "searchLabel": MessageLookupByLibrary.simpleMessage("검색"), | ||
| "selectAllActionLabel": MessageLookupByLibrary.simpleMessage("전체선택"), | ||
| "selectAllActionTooltip": MessageLookupByLibrary.simpleMessage("전체선택") | ||
| }; | ||
| } |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| { | ||
| "@@locale": "ko", | ||
| "backButtonTooltip": "뒤로", | ||
| "closeButtonLabel": "닫기", | ||
| "searchLabel": "검색", | ||
| "closeNavigationTooltip": "네비게이션 닫기", | ||
| "openNavigationTooltip": "네비게이션 열기", | ||
| "clickToSearch": "검색", | ||
| "modalBarrierDismissLabel": "취소", | ||
| "minimizeWindowTooltip": "최소화", | ||
| "restoreWindowTooltip": "이전크기", | ||
| "closeWindowTooltip": "창닫기", | ||
| "dialogLabel": "대화상자", | ||
| "cutActionLabel": "잘라내기", | ||
| "copyActionLabel": "복사", | ||
| "pasteActionLabel": "붙여넣기", | ||
| "selectAllActionLabel": "전체선택", | ||
| "newTabLabel": "새탭", | ||
| "closeTabLabelSuffix": "탭닫기", | ||
| "scrollTabBackwardLabel": "이전탭", | ||
| "scrollTabForwardLabel": "다음탭", | ||
| "noResultsFoundLabel": "결과없음", | ||
| "copyActionTooltip": "클립보드로 복사", | ||
| "cutActionTooltip": "클립보드로 잘라내기", | ||
| "pasteActionTooltip": "클립보드로 붙여넣기", | ||
| "selectAllActionTooltip": "전체선택" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -134,6 +134,7 @@ const List<Locale> defaultSupportedLocales = <Locale>[ | |
| Locale('es'), | ||
| Locale('fr'), | ||
| Locale('hi'), | ||
| Locale('ko'), | ||
| Locale('pt'), | ||
| Locale('ru'), | ||
| Locale('zh'), | ||
|
|
@@ -196,16 +197,13 @@ class DefaultFluentLocalizations extends S implements FluentLocalizations { | |
| /// This method is typically used to create a [LocalizationsDelegate]. | ||
| /// The [FluentApp] does so by default. | ||
| static Future<FluentLocalizations> load(Locale locale) { | ||
| return SynchronousFuture<FluentLocalizations>( | ||
| DefaultFluentLocalizations._defaultFluentLocalizations(locale)); | ||
| return SynchronousFuture<FluentLocalizations>(DefaultFluentLocalizations._defaultFluentLocalizations(locale)); | ||
| } | ||
|
|
||
| static const LocalizationsDelegate<FluentLocalizations> delegate = | ||
| _FluentLocalizationsDelegate(); | ||
| static const LocalizationsDelegate<FluentLocalizations> delegate = _FluentLocalizationsDelegate(); | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Check formatting |
||
| } | ||
|
|
||
| class _FluentLocalizationsDelegate | ||
| extends LocalizationsDelegate<FluentLocalizations> { | ||
| class _FluentLocalizationsDelegate extends LocalizationsDelegate<FluentLocalizations> { | ||
| const _FluentLocalizationsDelegate(); | ||
|
|
||
| @override | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check formatting