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

Add Korean translation #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions facebook.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,6 @@ if (locale === 'Locale_es_LA') {
} else if (locale === 'Locale_pt_BR') {
makeLocaleRequest('/locales/pt_BR/messages.json')
}
} else if (locale === 'Locale_ko_KR') {
makeLocaleRequest('/locales/ko/messages.json')
}
79 changes: 79 additions & 0 deletions locales/ko/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"tag_prefix": "이미지: ",
"separator_regex": ", ",
"tag_ends_with": "명",
"tag_ends_with_map": "사람 2명",
"emoji_map": {
"사람 1명": "👤",
"사람 2명": "👥",
"비행기": "✈️",
"아기": "🍼",
"해번": "🏖",
"턱수염": "👴",
"침실": "🛏",
"자전거": "🚲",
"카메라": "📷",
"자동차": "🚗",
"고양이": "😺",
"어린이": "👦",
"크리스마스 트리": "🎄",
"근접 촬영": "👀",
"구름": "☁️",
"콘서트": "🎤",
"인파": "👥",
"춤추는 중": "💃",
"디저트": "🍰",
"개": "🐶",
"음료": "🍹",
"먹는 중": "🍽",
"불꽃놀이": "🎆",
"꽃": "🌻",
"음식": "🍎",
"안경": "🕶",
"골프": "🏌️‍",
"잔디": "🍃",
"모자": "👒",
"실내": "🏠",
"거실": "🏠",
"재미있는 이미지": "👍",
"산": "🌋",
"자연": "🏞",
"밤": "🌃",
"바다": "🌊",
"사무실": "💼",
"사람 1명 이상": "👥",
"실외": "🚵",
"춤추는 사람들": "💃",
"음식을 먹는 사람들": "🍽",
"무대 위에 있는 사람들": "🎤",
"악기를 연주하는 사람들": "🎸",
"스포츠를 하는 사람들": "🏀",
"스포츠하는 중": "🏀",
"잠자는 사람들": "😴",
"앉아 있는 사람들": "⑁",
"웃고 있는 사람들": "😊",
"서 있는 사람들": "🕴",
"전화": "📱",
"식물": "🌿",
"셀카": "🤳",
"신발": "👡",
"앉기": "⑁",
"하늘": "☀️",
"고층 건물": "🏙",
"자는 중": "😴",
"웃고 있음": "😀",
"눈": "❄️",
"서 있음": "🕴",
"줄무늬": "💈",
"정장": "🕴",
"선글라스": "🕶",
"수영": "🏊",
"테이블": "🍽",
"텍스트": "🔠",
"나무": "🌴",
"초음파": "🍼",
"물": "💧",
"결혼식": "💒"
}
}