Return-Path: X-Original-To: apmail-struts-commits-archive@minotaur.apache.org Delivered-To: apmail-struts-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B442A10B2C for ; Fri, 7 Mar 2014 06:07:39 +0000 (UTC) Received: (qmail 36501 invoked by uid 500); 7 Mar 2014 06:07:38 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 36384 invoked by uid 500); 7 Mar 2014 06:07:37 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 36366 invoked by uid 99); 7 Mar 2014 06:07:37 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2014 06:07:37 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7AE1693F27B; Fri, 7 Mar 2014 06:07:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lukaszlenart@apache.org To: commits@struts.apache.org Date: Fri, 07 Mar 2014 06:07:36 -0000 Message-Id: <66d5b44d3d814a44be11854a8e189fbd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/7] git commit: Adds basic note about I18N assumption Repository: struts Updated Branches: refs/heads/develop 55cce8506 -> bcd61a0de 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/develop Commit: 8862255efd6bdef2a6919e4e90c49741245a5302 Parents: 80cd040 Author: Lukasz Lenart Authored: Thu Mar 6 22:35:34 2014 +0100 Committer: Lukasz Lenart 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.