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:51 UTC

[tomee] branch master updated (1485fcb -> b9bd69b)

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

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


    from 1485fcb  closes apache/tomee#363 *Merged*
     new 5a175b7  added instruction to translate examples
     new 606d708  TOMEE-2456 Added examples for translation steps and fixed a typo.
     new b9bd69b  closes apache/tomee#376 *Merged*

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 examples/README.adoc | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)


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

Posted by ra...@apache.org.
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.
 
 


[tomee] 01/03: added instruction to translate examples

Posted by ra...@apache.org.
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 5a175b73f77a315c0aa5ff8f85637dc6813646a8
Author: CesarHernandezGt <cf...@gmail.com>
AuthorDate: Fri Jan 18 10:44:51 2019 -0600

    added instruction to translate examples
---
 examples/README.adoc | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/examples/README.adoc b/examples/README.adoc
index 62b0ee7..f3d6338 100644
--- a/examples/README.adoc
+++ b/examples/README.adoc
@@ -19,3 +19,19 @@ making the required dependencies clear.
 * Document the bahaviour of each method with javadoc.
 * Include a README file explining the purpose and what's doing on.
 * Make sure you add the new project to the parent project _pom.xml_ modules section.
+
+== Translation
+
+If you want to translate an existing example into another language you just need to:
+
+1. Find two letter code for the language you want to translate to: https://www.loc.gov/standards/iso639-2/php/code_list.php
+
+2. Create the translated version of the readme file with the suffix:
+
+        README_<TwoDigitLanguageCode>.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.
+
+


[tomee] 03/03: closes apache/tomee#376 *Merged*

Posted by ra...@apache.org.
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 b9bd69bde9cb09237a2501ebd7c13c91438d9465
Author: Roberto Cortez <ra...@yahoo.com>
AuthorDate: Mon Jan 28 18:55:13 2019 +0000

    closes apache/tomee#376 *Merged*