Skip to content

Commit

Permalink
refactor: country_code should be an array to keep the pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshy committed Sep 7, 2023
1 parent 520f812 commit 02f875e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/locales/da-DK.yml
Expand Up @@ -52,7 +52,7 @@ da-DK:
- "#{first_name} #{last_name} #{last_name}"
- "#{first_name} #{last_name} #{last_name}"

country_code: '45'
country_code: ['45']

phone_number:
formats:
Expand Down

0 comments on commit 02f875e

Please sign in to comment.