Skip to content

Commit

Permalink
Remove empty string in phone_number formats (#1902)
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi authored and vbrazo committed Jan 13, 2020
1 parent 81bc5a0 commit 3d1aa6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/locales/fr-CH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fr-CH:
- "#{first_name} #{last_name} #{last_name}"

phone_number:
formats: ['', '02########', '03########', '04########', '05########', '09########', '+41 1########', '+41 2########', '+41 3########', '+41 4########', '+41 5########', '+41 9########', '01 ## ## ## ##', '02 ## ## ## ##', '03 ## ## ## ##', '04 ## ## ## ##', '05 ## ## ## ##', '09 ## ## ## ##', '+41 1 ## ## ## ##', '+41 2 ## ## ## ##', '+41 3 ## ## ## ##', '+41 4 ## ## ## ##', '+41 5 ## ## ## ##', '+41 9 ## ## ## ##']
formats: ['02########', '03########', '04########', '05########', '09########', '+41 1########', '+41 2########', '+41 3########', '+41 4########', '+41 5########', '+41 9########', '01 ## ## ## ##', '02 ## ## ## ##', '03 ## ## ## ##', '04 ## ## ## ##', '05 ## ## ## ##', '09 ## ## ## ##', '+41 1 ## ## ## ##', '+41 2 ## ## ## ##', '+41 3 ## ## ## ##', '+41 4 ## ## ## ##', '+41 5 ## ## ## ##', '+41 9 ## ## ## ##']

cell_phone:
formats: ['#####.######', '+41.####.######']
Expand Down

0 comments on commit 3d1aa6a

Please sign in to comment.