You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2014/03/07 07:07:39 UTC

[4/7] git commit: Adds I18N note to all example apps

Adds I18N note to all example apps


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/dfaaba7b
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/dfaaba7b
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/dfaaba7b

Branch: refs/heads/develop
Commit: dfaaba7b2bb8df67173471e1a139d3a37016d575
Parents: 1f24e2a
Author: Lukasz Lenart <lu...@apache.org>
Authored: Fri Mar 7 07:02:34 2014 +0100
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Fri Mar 7 07:02:34 2014 +0100

----------------------------------------------------------------------
 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(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/dfaaba7b/apps/blank/README.txt
----------------------------------------------------------------------
diff --git a/apps/blank/README.txt b/apps/blank/README.txt
index 6608909..12dd71b 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.

http://git-wip-us.apache.org/repos/asf/struts/blob/dfaaba7b/apps/jboss-blank/README.txt
----------------------------------------------------------------------
diff --git a/apps/jboss-blank/README.txt b/apps/jboss-blank/README.txt
index e1fec2c..b05df6c 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.

http://git-wip-us.apache.org/repos/asf/struts/blob/dfaaba7b/apps/mailreader/README.txt
----------------------------------------------------------------------
diff --git a/apps/mailreader/README.txt b/apps/mailreader/README.txt
index 8dfe2de..1ce884b 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.

http://git-wip-us.apache.org/repos/asf/struts/blob/dfaaba7b/apps/portlet/README.txt
----------------------------------------------------------------------
diff --git a/apps/portlet/README.txt b/apps/portlet/README.txt
index e6d424d..ce8a425 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/<your_portal_server>/ 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.

http://git-wip-us.apache.org/repos/asf/struts/blob/dfaaba7b/apps/rest-showcase/README.txt
----------------------------------------------------------------------
diff --git a/apps/rest-showcase/README.txt b/apps/rest-showcase/README.txt
new file mode 100644
index 0000000..13f133b
--- /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.

http://git-wip-us.apache.org/repos/asf/struts/blob/dfaaba7b/apps/showcase/README.txt
----------------------------------------------------------------------
diff --git a/apps/showcase/README.txt b/apps/showcase/README.txt
index e48384f..8e6cbb0 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.