You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ld...@apache.org on 2014/09/18 20:44:46 UTC

[1/3] git commit: CB-7471 added link to youtube video demoing Cordova translations

Repository: cordova-coho
Updated Branches:
  refs/heads/master afc9f441d -> 407fbf291


CB-7471 added link to youtube video demoing Cordova translations


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/f4ae79d4
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/f4ae79d4
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/f4ae79d4

Branch: refs/heads/master
Commit: f4ae79d4c1ee74a9bab75c113e7b480957329c04
Parents: ef83018
Author: Lisa Seacat DeLuca <ld...@us.ibm.com>
Authored: Thu Sep 18 13:28:16 2014 -0400
Committer: Lisa Seacat DeLuca <ld...@us.ibm.com>
Committed: Thu Sep 18 13:28:16 2014 -0400

----------------------------------------------------------------------
 .DS_Store                       | Bin 0 -> 6148 bytes
 docs/doc-translation-process.md |  19 ++++++++++++-------
 2 files changed, 12 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/f4ae79d4/.DS_Store
----------------------------------------------------------------------
diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..045093f
Binary files /dev/null and b/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/f4ae79d4/docs/doc-translation-process.md
----------------------------------------------------------------------
diff --git a/docs/doc-translation-process.md b/docs/doc-translation-process.md
index c170487..8443a02 100644
--- a/docs/doc-translation-process.md
+++ b/docs/doc-translation-process.md
@@ -37,21 +37,26 @@ If you know another language and are willing to help translate Apache Cordova, h
 
 ## Crowdin Administrative Scripts
 
-There are two scripts that need to be in place in your environment in order to automate the crowdin translation process.
+There are two scripts and one jar file that need to be in place in your environment in order to automate the crowdin translation process.
 
+- crowdin-cli.jar
 - crowdin.yaml
 - github-crowdin.sh
-Additionally, the crowdin-cli.jar file needs to be installed on the system. 
+
 Information on the crowdin command line interface and tooling can be found here: http://crowdin.net/page/cli-tool. It includes a link to download the jar file for Windows, Mac, and Linux.
 
-## crowdin.yaml
+### Demo video
+
+Lisa DeLuca has created a demo video showing the process of translating as an adminstrator that can be viewed on youtube here: http://www.youtube.com/watch?v=LSnk3lAd7bo
+
+### crowdin.yaml
 
 By default, the crowdin-cli will look for a configuration file called crowdin.yaml. For cordova, our crowdin.yaml file looks like this:
 
 
     project_identifier: cordova
     api_key: ____ourAPIkey________
-    base_path: /Users/ldeluca/git/cordova     #working copy path
+    base_path: /Users/pathTO/git/cordova     #working copy path
 
     files:
       -
@@ -78,9 +83,9 @@ translated. Finally, it pushes the translated language files back into github.
     DOMAIN_NAME='http://api.crowdin.net'
     
     #---CHANGE THE VARIABLES BELOW---
-    BASE_GIT_REPO_PATH=/Users/ldeluca/git/cordova
-    GIT_REPO_PATH=/Users/ldeluca/git/cordova/cordova-docs
-    CROWDIN_CLI_PATH=/Users/ldeluca/crowdin
+    BASE_GIT_REPO_PATH=/Users/pathTo/git/cordova
+    GIT_REPO_PATH=/Users/pathTo/git/cordova/cordova-docs
+    CROWDIN_CLI_PATH=/Users/pathTo/crowdin
     PROJECT_IDENTIFIER='cordova'
     PROJECT_KEY='----insertkeyhere------'
     


[2/3] git commit: CB-7471 added link to youtube video demoing Cordova translations

Posted by ld...@apache.org.
CB-7471 added link to youtube video demoing Cordova translations


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/2d4ac351
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/2d4ac351
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/2d4ac351

Branch: refs/heads/master
Commit: 2d4ac35161f3ecde9b898aedbd7b0214e4b2e81a
Parents: afc9f44
Author: Lisa Seacat DeLuca <ld...@us.ibm.com>
Authored: Thu Sep 18 13:28:16 2014 -0400
Committer: Lisa Seacat DeLuca <ld...@us.ibm.com>
Committed: Thu Sep 18 14:41:00 2014 -0400

----------------------------------------------------------------------
 .DS_Store                       | Bin 0 -> 6148 bytes
 docs/doc-translation-process.md |  19 ++++++++++++-------
 2 files changed, 12 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/2d4ac351/.DS_Store
----------------------------------------------------------------------
diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..045093f
Binary files /dev/null and b/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/2d4ac351/docs/doc-translation-process.md
----------------------------------------------------------------------
diff --git a/docs/doc-translation-process.md b/docs/doc-translation-process.md
index c170487..8443a02 100644
--- a/docs/doc-translation-process.md
+++ b/docs/doc-translation-process.md
@@ -37,21 +37,26 @@ If you know another language and are willing to help translate Apache Cordova, h
 
 ## Crowdin Administrative Scripts
 
-There are two scripts that need to be in place in your environment in order to automate the crowdin translation process.
+There are two scripts and one jar file that need to be in place in your environment in order to automate the crowdin translation process.
 
+- crowdin-cli.jar
 - crowdin.yaml
 - github-crowdin.sh
-Additionally, the crowdin-cli.jar file needs to be installed on the system. 
+
 Information on the crowdin command line interface and tooling can be found here: http://crowdin.net/page/cli-tool. It includes a link to download the jar file for Windows, Mac, and Linux.
 
-## crowdin.yaml
+### Demo video
+
+Lisa DeLuca has created a demo video showing the process of translating as an adminstrator that can be viewed on youtube here: http://www.youtube.com/watch?v=LSnk3lAd7bo
+
+### crowdin.yaml
 
 By default, the crowdin-cli will look for a configuration file called crowdin.yaml. For cordova, our crowdin.yaml file looks like this:
 
 
     project_identifier: cordova
     api_key: ____ourAPIkey________
-    base_path: /Users/ldeluca/git/cordova     #working copy path
+    base_path: /Users/pathTO/git/cordova     #working copy path
 
     files:
       -
@@ -78,9 +83,9 @@ translated. Finally, it pushes the translated language files back into github.
     DOMAIN_NAME='http://api.crowdin.net'
     
     #---CHANGE THE VARIABLES BELOW---
-    BASE_GIT_REPO_PATH=/Users/ldeluca/git/cordova
-    GIT_REPO_PATH=/Users/ldeluca/git/cordova/cordova-docs
-    CROWDIN_CLI_PATH=/Users/ldeluca/crowdin
+    BASE_GIT_REPO_PATH=/Users/pathTo/git/cordova
+    GIT_REPO_PATH=/Users/pathTo/git/cordova/cordova-docs
+    CROWDIN_CLI_PATH=/Users/pathTo/crowdin
     PROJECT_IDENTIFIER='cordova'
     PROJECT_KEY='----insertkeyhere------'
     


[3/3] git commit: Merge branch 'CB-7471'

Posted by ld...@apache.org.
Merge branch 'CB-7471'


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/407fbf29
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/407fbf29
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/407fbf29

Branch: refs/heads/master
Commit: 407fbf291d9a99b8ba81251f4d6842cc0e4bd0b1
Parents: 2d4ac35 f4ae79d
Author: Lisa Seacat DeLuca <ld...@us.ibm.com>
Authored: Thu Sep 18 14:44:12 2014 -0400
Committer: Lisa Seacat DeLuca <ld...@us.ibm.com>
Committed: Thu Sep 18 14:44:12 2014 -0400

----------------------------------------------------------------------

----------------------------------------------------------------------