Skip to content

Commit

Permalink
Improve the japanese addres format, and annotate about it.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshi committed Mar 5, 2009
1 parent 7148d7a commit d96ea5a
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions formats.yml
Expand Up @@ -238,14 +238,26 @@ jo:
{{street}}
{{zip}} {{city}}
{{country}}
# Here is a sample of Japanese formatted addresses (Apple Japan HQ).
# Usually they have "Postal mark" before zip (postal) code,
# and parts of an address are not separated with space.
# Biggs::Formatter.new(:blank_country_on => "jp").format(
# "jp",
# :recipient => "アップルジャパン株式会社 本社",
# :street => "西新宿3-20-2",
# :city => "新宿区",
# :state => "東京都",
# :zip => "163-1480")
# 〒163-1480
# 東京都新宿区西新宿3-20-2
# アップルジャパン株式会社 本社
jp:
name: Japan
format: |-
{{recipient}}
{{zip}}
{{state}} {{city}}
{{street}}
{{country}}
〒{{zip}}
{{state}}{{city}}{{street}}
{{recipient}}
kr:
name: South Korea
format: |-
Expand Down

0 comments on commit d96ea5a

Please sign in to comment.