mirror of
https://github.com/apache/struts.git
synced 2026-08-06 07:06:58 +00:00
Adds I18N note to all archetypes
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user