Skip to content

Commit

Permalink
de-CH locale
Browse files Browse the repository at this point in the history
  • Loading branch information
vadymmarkov committed Sep 15, 2015
1 parent 8802dae commit 23cc1dd
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions Resources/Locales/de-CH.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"de-CH": {
"faker": {
"address": {
"country_code": [
"CH",
"CH",
"CH",
"DE",
"AT",
"US",
"LI",
"US",
"HK",
"VN"
],
"postcode": [
"1###",
"2###",
"3###",
"4###",
"5###",
"6###",
"7###",
"8###",
"9###"
],
"default_country": [
"Schweiz"
]
},
"company": {
"suffix": [
"AG",
"GmbH",
"und Söhne",
"und Partner",
"& Co.",
"Gruppe",
"LLC",
"Inc."
],
"name": [
"#{Name.last_name} #{suffix}",
"#{Name.last_name}-#{Name.last_name}",
"#{Name.last_name}, #{Name.last_name} und #{Name.last_name}"
]
},
"internet": {
"domain_suffix": [
"com",
"net",
"biz",
"ch",
"de",
"li",
"at",
"ch",
"ch"
]
},
"phone_number": {
"formats": [
"0800 ### ###",
"0800 ## ## ##",
"0## ### ## ##",
"0## ### ## ##",
"+41 ## ### ## ##",
"0900 ### ###",
"076 ### ## ##",
"+4178 ### ## ##",
"0041 79 ### ## ##"
]
}
}
}
}

0 comments on commit 23cc1dd

Please sign in to comment.