From 8862255efd6bdef2a6919e4e90c49741245a5302 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Thu, 6 Mar 2014 22:35:34 +0100 Subject: [PATCH] Adds basic note about I18N assumption --- archetypes/struts2-archetype-angularjs/README.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/archetypes/struts2-archetype-angularjs/README.txt b/archetypes/struts2-archetype-angularjs/README.txt index 8e2486c6d..e0f7740c6 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.