Greetings translators--
There seems to be some confusion about how to deal with addresses.properties.
Please do
not translate to your native language. Keep the language to be English. The important thing is to translate the your home country postal code
format. This is used when you select "Copy Home Address" or "Copy Work Address".
Here is the US postal code format:
home_address_format1={NameFL}
home_address_format2={HomeAddress}
home_address_format3={HomeAddress2}
home_address_format4={HomeCity}, {HomeState} {HomeZipCode}
home_address_format5={HomeCountry}and an example of what it produces when using "Copy Home Address":
CODE
John Q. Public {NameFL}
123 Sycamore Ave {HomeAddress}
Suite A {Home Address2}
Springfield, XX 12345 {HomeCity}, {HomeState} {HomeZipCode}
Here is another example of the Italian postal code format (changes highlighted in red):
home_address_format1={NameFL}
home_address_format2={HomeAddress}
home_address_format3={HomeAddress2}
home_address_format4={HomeZipCode} {HomeCity} {HomeState}
home_address_format5={HomeCountry}and the result for an Italian address using "Copy Home Address":
CODE
Galileo Galilei {NameFL}
Basilica di Santa Croce {HomeAddress}
Via dei Bentaccordi, 3 {HomeAddress2}
50122 Firenze {HomeZipCode} {HomeCity} {HomeState}
Italia {HomeCountry}
Notice that the Italian postal code format remains in English, but uses the postal code layout which is native to the Italian postal service.
Hope this helps!