Repository: struts
Updated Branches:
  refs/heads/feature/WW-4248-add-notes-about-i18n [created] 8862255ef


Adds basic note about I18N assumption


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

Branch: refs/heads/feature/WW-4248-add-notes-about-i18n
Commit: 8862255efd6bdef2a6919e4e90c49741245a5302
Parents: 80cd040
Author: Lukasz Lenart <lukaszlen...@apache.org>
Authored: Thu Mar 6 22:35:34 2014 +0100
Committer: Lukasz Lenart <lukaszlen...@apache.org>
Committed: Thu Mar 6 22:35:34 2014 +0100

----------------------------------------------------------------------
 archetypes/struts2-archetype-angularjs/README.txt | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/8862255e/archetypes/struts2-archetype-angularjs/README.txt
----------------------------------------------------------------------
diff --git a/archetypes/struts2-archetype-angularjs/README.txt 
b/archetypes/struts2-archetype-angularjs/README.txt
index 8e2486c..e0f7740 100644
--- a/archetypes/struts2-archetype-angularjs/README.txt
+++ b/archetypes/struts2-archetype-angularjs/README.txt
@@ -52,3 +52,9 @@ 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 assumption it will be launched 
in environment
+where default locale is set to English. Thus means the default messages 
defined in package.properties
+are in English. If your default locale is different (on server), renames 
package.properties file
+to package_en.properties and create new package.properties with proper labels 
for your environment.

Reply via email to