xref: /webtrees/resources/views/help/place.phtml (revision 10e0649788c8d7d4974d81c048ca2b225df8f22e)
1d70512abSGreg Roach<?php
2d70512abSGreg Roach
3*10e06497SGreg Roachdeclare(strict_types=1);
4*10e06497SGreg Roach
5d70512abSGreg Roachuse Fisharebest\Webtrees\I18N;
6d70512abSGreg Roach
7d70512abSGreg Roach?>
8dd6b2bfcSGreg Roach
9dd6b2bfcSGreg Roach<p>
10bb792eb5SGreg Roach    <?= I18N::translate('Place names should be entered as a comma-separated list, starting with the smallest place and ending with the country. For example, “Westminster, London, England”.') ?>
11bb792eb5SGreg Roach</p>
12bb792eb5SGreg Roach
13bb792eb5SGreg Roach<p>
14bb792eb5SGreg Roach    <?= I18N::translate('Place names can change over time.  In genealogy, it is customary to use the current name for a town or country. The historic name can be shown in sources, notes, etc.') ?>
15dd6b2bfcSGreg Roach</p>
16