Changes between Version 6 and Version 7 of Translating


Ignore:
Timestamp:
09/01/09 11:13:03 (4 years ago)
Author:
skamster
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Translating

    v6 v7  
    33=== SHR Applications supporting translations === 
    44 
     5 * opimd-utils 
     6 * pyphonelog 
     7 * shr-installer 
    58 * libframeworkd-phonegui-efl 
    69 * shr-settings 
     10 
     11== New Doc == 
     12It's just a idea of a rewritten doc, so feel free to make something better :) 
     13 
     14===For every Project=== 
     15 
     16====First time==== 
     17To get the latest source from a project in git @ first time, you always should use 
     18 
     19{{{ 
     20git clone http://shr.bearstech.com/repo/projectName.git 
     21}}} 
     22 
     23in Terminal/Console. 
     24 
     25For the several project's, you could visit http://git.shr-project.org . 
     26 
     27This command should create a new Folder with the name of the project. 
     28 
     29Example: 
     30{{{ 
     31git clone http://shr.bearstech.com/repo/opimd-utils.git 
     32cd opimd-utils/ 
     33}}} 
     34 
     35====On work==== 
     36If you already cloned a project from git and if you just want to update it with the new files from git, use 
     37 
     38{{{ 
     39git pull http://shr.bearstech.com/repo/projectName.git 
     40}}} 
     41You have to do this in the projectfolder! 
     42 
     43For example, on the example in First Time, you have to make 
     44 
     45{{{ 
     46cd opimd-utils 
     47}}} 
     48if you're not in the opimd-utils folder. 
     49 
     50 
     51===Opimd-Utils=== 
     52First: 
     53{{{ 
     54git clone http://shr.bearstech.com/repo/projectName.git 
     55}}} 
     56Then you should found it some folders in data/po/ with language-shortnames (as example "de") 
     57 
     58//would be continied, lunchbreak :) 
    759 
    860== 1. Obtaining the source code ==