Skip to content

Commit 827a85a

Browse files
authored
Add Korean Locale Translations (singerdmx#451)
1 parent 5b5ecf4 commit 827a85a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/src/translations/toolbar.i18n.dart

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ extension Localization on String {
4848
'Link': '链接',
4949
'Please first select some text to transform into a link.':
5050
'请先选择一些要转化为链接的文本',
51+
},
52+
'ko': {
53+
'Paste a link': '링크를 붙여넣어 주세요.',
54+
'Ok': '확인',
55+
'Select Color': '색상 선택',
56+
'Gallery': '갤러리',
57+
'Link': '링크',
58+
'Please first select some text to transform into a link.':
59+
'링크로 전환할 글자를 먼저 선택해주세요.',
5160
}
5261
};
5362

0 commit comments

Comments
 (0)