Skip to content

Commit

Permalink
! country name
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Nov 29, 2010
1 parent f01d580 commit 786bdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phony/countries/netherlands.rb
@@ -1,6 +1,6 @@
# The Netherlands use a variable-length ndc code, thus we use a separate file to not let all_other.rb explode.
#
# Note: Greece uses a variable ndc format from length 2 to 3.
# Note: The netherlands use a variable ndc format from length 2 to 3.
# To save space, we only use ndcs of length 2 (and use the fallback of 3 to handle the rest).
#
Phony::Countries::Netherlands = Phony::Country.configured :local_format => [8], # 8 is for mobile numbers, other numbers will work as well (they use 7).
Expand Down

0 comments on commit 786bdcd

Please sign in to comment.