hartenthaler / hh_extended_family

webtrees - showing the extended family of an individual (like cousins and uncles, aunts, ...)
GNU General Public License v3.0
22 stars 9 forks source link

Consistent use of indenting for better readability #132

Closed TheDutchJewel closed 2 years ago

TheDutchJewel commented 2 years ago

The indentation size was larger in the German translation than in most other translations. All indentations have now been made the same as in the German translation, which improves readability.

hartenthaler commented 2 years ago

thank you!

Translate the replaced/added strings in lines 176ff, please:

'Summary for the shown extended family' => 'Summary for the shown extended family',
            'The extended family of %1$s has one member.' . I18N::PLURAL . 'The extended family of %1$s has %2$d members.'
            => 'The extended family of %1$s has one member.' . I18N::PLURAL . 'The extended family of %1$s has %2$d members.',
TheDutchJewel commented 2 years ago
'Summary for the shown extended family' => 'Samenvatting voor de getoonde uitgebreide familie',
            'The extended family of %1$s has one member.' . I18N::PLURAL . 'The extended family of %1$s has %2$d members.'
            => 'De uitgebreide familie van %1$s heeft één lid.' . I18N::PLURAL . 'De uitgebreide familie van %1$s heeft %2$d leden.'