This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-site by this push: new 7f065dc Updates production by Jenkins 7f065dc is described below commit 7f065dcbbca96d3b86fd333e993ae9d35bf6f617 Author: jenkins <bui...@apache.org> AuthorDate: Fri Oct 6 14:10:37 2017 +0000 Updates production by Jenkins --- content/core-developers/localization.html | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/content/core-developers/localization.html b/content/core-developers/localization.html index 7f18ced..83a1af9 100644 --- a/content/core-developers/localization.html +++ b/content/core-developers/localization.html @@ -127,7 +127,26 @@ <section class="col-md-12"> <a href="index.html" title="back to Core Developers Guide"><< back to Core Developers Guide</a> <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/core-developers/localization.md" title="Edit this page on GitHub">Edit on GitHub</a> - <h1 id="localization">Localization</h1> + <h1 class="no_toc" id="localization">Localization</h1> + +<ul id="markdown-toc"> + <li><a href="#overview" id="markdown-toc-overview">Overview</a></li> + <li><a href="#resource-bundle-search-order" id="markdown-toc-resource-bundle-search-order">Resource Bundle Search Order</a></li> + <li><a href="#default-actions-class" id="markdown-toc-default-actions-class">Default action’s class</a></li> + <li><a href="#examples" id="markdown-toc-examples">Examples</a> <ul> + <li><a href="#using-gettext-from-a-tag" id="markdown-toc-using-gettext-from-a-tag">Using getText from a Tag</a></li> + <li><a href="#using-the-text-tag" id="markdown-toc-using-the-text-tag">Using the text tag</a></li> + <li><a href="#using-the-i18n-tag" id="markdown-toc-using-the-i18n-tag">Using the I18n tag</a></li> + <li><a href="#using-the-key-attribute-of-ui-tags" id="markdown-toc-using-the-key-attribute-of-ui-tags">Using the Key attribute of UI Tags</a></li> + </ul> + </li> + <li><a href="#i18n-interceptor" id="markdown-toc-i18n-interceptor">I18n Interceptor</a></li> + <li><a href="#global-resources-strutscustomi18nresources-in-strutsproperties" id="markdown-toc-global-resources-strutscustomi18nresources-in-strutsproperties">Global Resources (struts.custom.i18n.resources) in struts.properties</a></li> + <li><a href="#formatting-dates-and-numbers" id="markdown-toc-formatting-dates-and-numbers">Formatting Dates and Numbers</a></li> + <li><a href="#comparison-with-struts-1" id="markdown-toc-comparison-with-struts-1">Comparison with Struts 1</a></li> + <li><a href="#using-only-global-bundles" id="markdown-toc-using-only-global-bundles">Using only global bundles</a></li> + <li><a href="#custom-textprovider-and-textproviderfactory" id="markdown-toc-custom-textprovider-and-textproviderfactory">Custom TextProvider and TextProviderFactory</a></li> +</ul> <h2 id="overview">Overview</h2> -- To stop receiving notification emails like this one, please contact ['"commits@struts.apache.org" <commits@struts.apache.org>'].