From dfaaba7b2bb8df67173471e1a139d3a37016d575 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Fri, 7 Mar 2014 07:02:34 +0100 Subject: [PATCH] Adds I18N note to all example apps --- apps/blank/README.txt | 8 +++++++- apps/jboss-blank/README.txt | 8 +++++++- apps/mailreader/README.txt | 9 +++++++-- apps/portlet/README.txt | 9 +++++++-- apps/rest-showcase/README.txt | 15 +++++++++++++++ apps/showcase/README.txt | 8 +++++++- 6 files changed, 50 insertions(+), 7 deletions(-) create mode 100644 apps/rest-showcase/README.txt diff --git a/apps/blank/README.txt b/apps/blank/README.txt index 6608909d5..12dd71be7 100644 --- a/apps/blank/README.txt +++ b/apps/blank/README.txt @@ -7,4 +7,10 @@ For more on getting started with Struts, see * http://cwiki.apache.org/WW/home.html ----------------------------------------------------------------------------- \ No newline at end of file +I18N: +===== +Please note that this project was created with the assumption that it will be run +in an environment where the default locale is set to English. This means that +the default messages defined in package.properties are in English. If the default +locale for your server is different, then rename package.properties to package_en.properties +and create a new package.properties with proper values for your default locale. diff --git a/apps/jboss-blank/README.txt b/apps/jboss-blank/README.txt index e1fec2cbc..b05df6ccb 100644 --- a/apps/jboss-blank/README.txt +++ b/apps/jboss-blank/README.txt @@ -7,4 +7,10 @@ For more on getting started with Struts, see * http://cwiki.apache.org/WW/home.html ----------------------------------------------------------------------------- \ No newline at end of file +I18N: +===== +Please note that this project was created with the assumption that it will be run +in an environment where the default locale is set to English. This means that +the default messages defined in package.properties are in English. If the default +locale for your server is different, then rename package.properties to package_en.properties +and create a new package.properties with proper values for your default locale. diff --git a/apps/mailreader/README.txt b/apps/mailreader/README.txt index 8dfe2deff..1ce884ba1 100644 --- a/apps/mailreader/README.txt +++ b/apps/mailreader/README.txt @@ -14,5 +14,10 @@ For more about the MailReader applicaton genneraly, visit Struts University. * http://www.StrutsUniversity.org/ - ----------------------------------------------------------------------------- \ No newline at end of file +I18N: +===== +Please note that this project was created with the assumption that it will be run +in an environment where the default locale is set to English. This means that +the default messages defined in package.properties are in English. If the default +locale for your server is different, then rename package.properties to package_en.properties +and create a new package.properties with proper values for your default locale. diff --git a/apps/portlet/README.txt b/apps/portlet/README.txt index e6d424d00..ce8a42598 100644 --- a/apps/portlet/README.txt +++ b/apps/portlet/README.txt @@ -13,5 +13,10 @@ WAR is not ready-to-run. Extract the portlet WAR, and then copy the contents of apps/portlet/src/main/etc// into the WAR's WEB-INF directory. - ----------------------------------------------------------------------------- \ No newline at end of file +I18N: +===== +Please note that this project was created with the assumption that it will be run +in an environment where the default locale is set to English. This means that +the default messages defined in package.properties are in English. If the default +locale for your server is different, then rename package.properties to package_en.properties +and create a new package.properties with proper values for your default locale. diff --git a/apps/rest-showcase/README.txt b/apps/rest-showcase/README.txt new file mode 100644 index 000000000..13f133be8 --- /dev/null +++ b/apps/rest-showcase/README.txt @@ -0,0 +1,15 @@ +README.txt - Rest Showcase Webapp + +Rest Showcase is a simple example of REST app build with the REST plugin. + +For more on getting started with Struts, see + +* http://cwiki.apache.org/WW/home.html + +I18N: +===== +Please note that this project was created with the assumption that it will be run +in an environment where the default locale is set to English. This means that +the default messages defined in package.properties are in English. If the default +locale for your server is different, then rename package.properties to package_en.properties +and create a new package.properties with proper values for your default locale. diff --git a/apps/showcase/README.txt b/apps/showcase/README.txt index e48384f2e..8e6cbb03c 100644 --- a/apps/showcase/README.txt +++ b/apps/showcase/README.txt @@ -7,4 +7,10 @@ For more on getting started with Struts, see * http://cwiki.apache.org/WW/home.html ----------------------------------------------------------------------------- \ No newline at end of file +I18N: +===== +Please note that this project was created with the assumption that it will be run +in an environment where the default locale is set to English. This means that +the default messages defined in package.properties are in English. If the default +locale for your server is different, then rename package.properties to package_en.properties +and create a new package.properties with proper values for your default locale.