From 12d25db5cfd2f1229477f4173b2acd1cfabbbe1f Mon Sep 17 00:00:00 2001 From: Tom Page Date: Thu, 17 Dec 2015 14:29:38 +0000 Subject: [PATCH] Add enterprise locations that might contain localisable files. Adding the src/main/resources folder for the server, and all of src/main for enterprise Share. --- l10n.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10n.properties b/l10n.properties index edbf78a236..85886b3ad2 100644 --- a/l10n.properties +++ b/l10n.properties @@ -1,4 +1,4 @@ # Localisation config overrides for Records Management module -MESSAGE_SEARCH_PATH="rm-community/rm-server/config rm-community/rm-share/config rm-community/rm-share/source" +MESSAGE_SEARCH_PATH="rm-community/rm-server/config rm-community/rm-share/config rm-community/rm-share/source rm-enterprise/rm-server-enterprise/src/main/resources rm-enterprise/rm-share-enterprise/src/main" EXCLUDED_FILES="$EXCLUDED_FILES rm-method-security.properties springloaded.properties file-mapping.properties classified-content-notForTranslating.properties" EXTENSION_PREFIX=-RM