You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by ra...@apache.org on 2019/01/28 18:57:53 UTC

[tomee] 02/03: TOMEE-2456 Added examples for translation steps and fixed a typo.

This is an automated email from the ASF dual-hosted git repository.

radcortez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 606d708821e895a9db21397232e268ccc65dc029
Author: CesarHernandezGt <cf...@gmail.com>
AuthorDate: Fri Jan 18 16:25:12 2019 -0600

    TOMEE-2456 Added examples for translation steps and fixed a typo.
---
 examples/README.adoc | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/examples/README.adoc b/examples/README.adoc
index f3d6338..1da85a5 100644
--- a/examples/README.adoc
+++ b/examples/README.adoc
@@ -26,12 +26,18 @@ If you want to translate an existing example into another language you just need
 
 1. Find two letter code for the language you want to translate to: https://www.loc.gov/standards/iso639-2/php/code_list.php
 
+For example, Spanish: `es` or Portuguese: `pt`
+
+
 2. Create the translated version of the readme file with the suffix:
 
         README_<TwoDigitLanguageCode>.adoc
 
+For example, Spanish: `README_es.adoc` or Portuguese: `README_pt.adoc`
+
+
 Check https://github.com/apache/tomee/tree/master/examples/access-timeout for an example on how the translation into Spanish looks like.
 
-That's it!, Tomitribe website generator will pickup the language and update the examples index automatically without any further configuration.
+That's it!, TomEE website generator will pickup the language and update the examples index automatically without any further configuration.