Repository: struts Updated Branches: refs/heads/feature/WW-4248-add-notes-about-i18n 8862255ef -> dfaaba7b2
Updates I18N note after @sbenitez review Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/b7d992cf Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/b7d992cf Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/b7d992cf Branch: refs/heads/feature/WW-4248-add-notes-about-i18n Commit: b7d992cff2018d02588bbc7b3e838660f2e18829 Parents: 8862255 Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Fri Mar 7 06:56:42 2014 +0100 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Fri Mar 7 06:56:42 2014 +0100 ---------------------------------------------------------------------- archetypes/struts2-archetype-angularjs/README.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/b7d992cf/archetypes/struts2-archetype-angularjs/README.txt ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-angularjs/README.txt b/archetypes/struts2-archetype-angularjs/README.txt index e0f7740..ace4c2d 100644 --- a/archetypes/struts2-archetype-angularjs/README.txt +++ b/archetypes/struts2-archetype-angularjs/README.txt @@ -54,7 +54,8 @@ move resource files into a package structure. 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. +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.