Adds I18N note to all archetypes
Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/1f24e2ac Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/1f24e2ac Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/1f24e2ac Branch: refs/heads/feature/WW-4248-add-notes-about-i18n Commit: 1f24e2ac8feafcc5dfda55f95a6b9728cc3961a6 Parents: b7d992c Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Fri Mar 7 06:59:31 2014 +0100 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Fri Mar 7 06:59:31 2014 +0100 ---------------------------------------------------------------------- archetypes/struts2-archetype-blank/README.txt | 7 +++++++ archetypes/struts2-archetype-convention/README.txt | 7 +++++++ archetypes/struts2-archetype-dbportlet/README.txt | 7 +++++++ archetypes/struts2-archetype-portlet/README.txt | 9 +++++++-- archetypes/struts2-archetype-starter/README.txt | 8 ++++++++ 5 files changed, 36 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/1f24e2ac/archetypes/struts2-archetype-blank/README.txt ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-blank/README.txt b/archetypes/struts2-archetype-blank/README.txt index 4db8ffd..a9998a0 100644 --- a/archetypes/struts2-archetype-blank/README.txt +++ b/archetypes/struts2-archetype-blank/README.txt @@ -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. http://git-wip-us.apache.org/repos/asf/struts/blob/1f24e2ac/archetypes/struts2-archetype-convention/README.txt ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-convention/README.txt b/archetypes/struts2-archetype-convention/README.txt index 18a3695..ced1326 100644 --- a/archetypes/struts2-archetype-convention/README.txt +++ b/archetypes/struts2-archetype-convention/README.txt @@ -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. http://git-wip-us.apache.org/repos/asf/struts/blob/1f24e2ac/archetypes/struts2-archetype-dbportlet/README.txt ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-dbportlet/README.txt b/archetypes/struts2-archetype-dbportlet/README.txt index 9a557a4..71cf37a 100644 --- a/archetypes/struts2-archetype-dbportlet/README.txt +++ b/archetypes/struts2-archetype-dbportlet/README.txt @@ -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. http://git-wip-us.apache.org/repos/asf/struts/blob/1f24e2ac/archetypes/struts2-archetype-portlet/README.txt ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-portlet/README.txt b/archetypes/struts2-archetype-portlet/README.txt index af686d8..7603868 100644 --- a/archetypes/struts2-archetype-portlet/README.txt +++ b/archetypes/struts2-archetype-portlet/README.txt @@ -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. http://git-wip-us.apache.org/repos/asf/struts/blob/1f24e2ac/archetypes/struts2-archetype-starter/README.txt ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-starter/README.txt b/archetypes/struts2-archetype-starter/README.txt index f0bcc88..bc33fb4 100644 --- a/archetypes/struts2-archetype-starter/README.txt +++ b/archetypes/struts2-archetype-starter/README.txt @@ -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.