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 emotions, movies, Pokemon, and Studio Ghibli to the Korean locale #2941

Merged
merged 4 commits into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Add emotions to the Korean locale file
  • Loading branch information
connie-feng committed Apr 21, 2024
commit 4d5151803271b03225e4c813083179d8f31f896b
89 changes: 89 additions & 0 deletions lib/locales/ko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,95 @@ ko:
- 파
- 호박

emotion:
adjective:
- 걱정하는
- 게으른
- 격렬한
- 고마워하는
- 고집스러운
- 공격적인
- 관심 있는
- 낙관적인
- 놀란
- 다정한
- 당황스러운
- 두려워하는
- 따뜻한
- 반항적인
- 버려진
- 부러워하는
- 불안정한
- 불안해하는
- 불편한
- 불행한
- 비관적인
- 사려 깊은
- 상냥한
- 시무룩한
- 실망한
- 안전한
- 양면적인
- 역겨운
- 열렬한
- 예민한
- 외로운
- 용감한
- 우울한
- 음울한
- 자랑스러운
- 재미있는
- 젊은
- 즐기는
- 짜증이 난
- 침착한
- 쾌활한
- 탐욕스러운
- 편안한
- 평온한
- 평화로운
- 화난
- 흡수된
- 흥분한
noun:
- 경멸
- 고뇌
- 고통
- 공포
- 공황
- 기쁨
- 낙담
- 놀람
- 다시 없는 기쁨
- 당황
- 동정심
- 두려움
- 배려
- 부러움
- 불안
- 불쾌
- 사랑
- 성가심
- 실망
- 싫음
- 안도
- 애정
- 열광
- 열성
- 열정
- 외로움
- 자부심
- 즐거움
- 창피
- 충격
- 쾌활함
- 행복감
- 향수병
- 향유
- 화
- 후회
- 희망

games:
pokemon:
names:
Expand Down
5 changes: 5 additions & 0 deletions test/test_ko_locale.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ def test_ko_dessert_methods
assert_kind_of String, Faker::Dessert.flavor
end

def test_ko_emotion_methods
assert_kind_of String, Faker::Emotion.adjective
assert_kind_of String, Faker::Emotion.noun
end

def test_ko_food_methods
assert_kind_of String, Faker::Food.allergens
assert_kind_of String, Faker::Food.dish
Expand Down
Loading