From fdbbba5038816e010dd189c278f053120096ca6a Mon Sep 17 00:00:00 2001 From: ma0068 Date: Tue, 5 Mar 2024 16:42:06 +0100 Subject: [PATCH] add phrase location --- system/phrasesupdate.php | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 2d862f608..1796dbf5f 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -24505,8 +24505,25 @@ array( ) ) ), - - //TODO(Manu) location missing! + array( + 'app' => 'core', + 'category' => 'person', + 'phrase' => 'standort', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Standort', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'location', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), array( 'app' => 'core', 'category' => 'person',