Skip to content
Merged
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