Skip to content

Commit 02f875e

Browse files
committed
refactor: country_code should be an array to keep the pattern
1 parent 520f812 commit 02f875e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/locales/da-DK.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ da-DK:
5252
- "#{first_name} #{last_name} #{last_name}"
5353
- "#{first_name} #{last_name} #{last_name}"
5454

55-
country_code: '45'
55+
country_code: ['45']
5656

5757
phone_number:
5858
formats:

0 commit comments

Comments
 (0)