Menu item name "Compact pedigree" is not translated
Closed this issue · 1 comments
Jefferson49 commented
Observed with webtrees 2.1.17 and vesta 2.1.17.0.1
It seems that vesta refers to a translation in webtrees. However, the translation does not exist in webtrees:
public function title(): string {
if (self::KIND_COMPACT == $this->kind) {
return $this->getVestaSymbol() . ' ' . MoreI18N::xlate('Compact pedigree');
}
The corresponding chart in webtrees is called "Compact tree". Probably, the code above needs to be changed to this name.
ric2016 commented
Thanks - Changed in code (one other string was missing as well) and available to translate on Weblate.