From 14f391fd1e56d95a3e39d155df98347e59d70be5 Mon Sep 17 00:00:00 2001 From: Tom Page Date: Thu, 17 Dec 2015 11:37:46 +0000 Subject: [PATCH 1/2] Update localisation file to apply to whole repository. --- rm-community/l10n.properties => l10n.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename rm-community/l10n.properties => l10n.properties (62%) diff --git a/rm-community/l10n.properties b/l10n.properties similarity index 62% rename from rm-community/l10n.properties rename to l10n.properties index 8eff9f9f4c..edbf78a236 100644 --- a/rm-community/l10n.properties +++ b/l10n.properties @@ -1,4 +1,4 @@ # Localisation config overrides for Records Management module -MESSAGE_SEARCH_PATH="rm-server/config rm-share/config rm-share/source" +MESSAGE_SEARCH_PATH="rm-community/rm-server/config rm-community/rm-share/config rm-community/rm-share/source" EXCLUDED_FILES="$EXCLUDED_FILES rm-method-security.properties springloaded.properties file-mapping.properties classified-content-notForTranslating.properties" -EXTENSION_PREFIX=-RM \ No newline at end of file +EXTENSION_PREFIX=-RM From 12d25db5cfd2f1229477f4173b2acd1cfabbbe1f Mon Sep 17 00:00:00 2001 From: Tom Page Date: Thu, 17 Dec 2015 14:29:38 +0000 Subject: [PATCH 2/2] 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