From b2274fadf22583bb9cb07b80936af8e8c041dc26 Mon Sep 17 00:00:00 2001 From: Gethin James Date: Mon, 20 Jun 2016 13:14:52 +0200 Subject: [PATCH] SEARCH-17: Add a translations file., though we don't currently translate any properties file. --- search-services/l10n.properties | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 search-services/l10n.properties diff --git a/search-services/l10n.properties b/search-services/l10n.properties new file mode 100644 index 000000000..1865729f0 --- /dev/null +++ b/search-services/l10n.properties @@ -0,0 +1,3 @@ +# Branch specific configuration file for localisation scripts +# See: https://github.com/davidcognite/alfresco-localisation-tools/wiki/l10n.properties +EXCLUDED_FILES="$EXCLUDED_FILES solrcore.properties ssl-*-passwords.properties shared.properties"