Skip to content

Commit

Permalink
WW-4248 adds note about I18N support to all archetypes and example apps
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Mar 7, 2014
2 parents 55cce85 + dfaaba7 commit 33cc573
Show file tree
Hide file tree
Showing 12 changed files with 93 additions and 9 deletions.
8 changes: 7 additions & 1 deletion apps/blank/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@ 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.
8 changes: 7 additions & 1 deletion apps/jboss-blank/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@ 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.
9 changes: 7 additions & 2 deletions apps/mailreader/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,10 @@ For more about the MailReader applicaton genneraly, visit Struts University.

* http://www.StrutsUniversity.org/


----------------------------------------------------------------------------
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.
9 changes: 7 additions & 2 deletions apps/portlet/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.


----------------------------------------------------------------------------
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.
15 changes: 15 additions & 0 deletions apps/rest-showcase/README.txt
Original file line number Diff line number Diff line change
@@ -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.
8 changes: 7 additions & 1 deletion apps/showcase/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@ 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.
7 changes: 7 additions & 0 deletions archetypes/struts2-archetype-angularjs/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,10 @@ move resource files into a package structure.
- to start it with jetty6 execute
mvn jetty:run

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.
7 changes: 7 additions & 0 deletions archetypes/struts2-archetype-blank/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,10 @@ move resource files into a package structure.
- to start it with jetty6 execute
mvn jetty:run

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.
7 changes: 7 additions & 0 deletions archetypes/struts2-archetype-convention/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,10 @@ move resource files into a package structure.
- to start it with jetty6 execute
mvn jetty:run

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.
7 changes: 7 additions & 0 deletions archetypes/struts2-archetype-dbportlet/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,10 @@ For more details about the Struts2 archetypes, please take a look at our Wiki pa
- to start it with jetty execute as a servlet
mvn jetty:run

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.
9 changes: 7 additions & 2 deletions archetypes/struts2-archetype-portlet/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,10 @@ For more details about the Struts2 archetypes, please take a look at our Wiki pa

-> https://cwiki.apache.org/confluence/display/WW/Struts+2+Maven+Archetypes



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.
8 changes: 8 additions & 0 deletions archetypes/struts2-archetype-starter/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,11 @@ COMMON TASKS

- to start it with jetty6 execute
mvn jetty:run

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.

0 comments on commit 33cc573

Please sign in to comment.