From 57a46e1e5c5aa9d10f35c85516ad877e6d744309 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 2 Feb 2016 05:22:23 +0100 Subject: cleanup --- add_extbase_property.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'add_extbase_property.sh') diff --git a/add_extbase_property.sh b/add_extbase_property.sh index 87cbca8..8baca20 100755 --- a/add_extbase_property.sh +++ b/add_extbase_property.sh @@ -220,11 +220,13 @@ s/'label' => 'uid'/'label' => '${field}'/ } EOF + # Locallang fixes sed -i "s/.*<\/body>/\t\t\t\n\t\t\t\t${uproperty}<\/source>\n\t\t\t<\/trans-unit>\n&/" \ Resources/Private/Language/locallang.xlf \ Resources/Private/Language/locallang_db.xlf + sed -i "s/.*<\/body>/\t\t\t\n\t\t\t\t${field}<\/source>\n\t\t\t<\/trans-unit>\n&/" \ Resources/Private/Language/locallang_csh_${tablename}.xlf -- cgit