Skip to content

Add mountains to de-CH locale #3066

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

Open
wants to merge 1 commit into
base: main
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
31 changes: 31 additions & 0 deletions lib/locales/de-CH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4866,6 +4866,37 @@ de-CH:
- Parsec
- Kiloparsec
- Megaparsec
mountain:
name:
- Aletschhorn
- Bietschhorn
- Blüemlisalp
- Chasseral
- Dent Blanche
- Dents du Midi
- Dom
- Dufourspitze
- Finsteraarhorn
- Grand Combin
- Gurten
- Jungfrau
- Matterhorn
- Grosser Mythen
- Napf
- Pilatus
- Piz Bernina
- Säntis
- Silvrettahorn
- Titlis
- Tödi
- Wildstrubel
range:
- Alpstein
- Berner Alpen
- Engadin
- Gotthardmassiv
- Jura
- Walliser Alpen
music:
instruments:
- Akkordeon
Expand Down
4 changes: 4 additions & 0 deletions test/test_de_ch_locale.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ def test_de_ch_company_methods
def test_de_ch_internet_methods
assert_kind_of String, Faker::Internet.domain_suffix
end

def test_de_ch_mountain_methods
assert_kind_of String, Faker::Mountain.name
end
end