Difference between revisions of "Translation from 4.2"

From Apache OpenOffice Wiki
Jump to: navigation, search
(From SVN to Pootle Web Frontend)
(Steps to do it: (Zwischenspeicherung))
Line 20: Line 20:
 
#*:
 
#*:
 
# Checkout the recent code base (normally the trunk branch)
 
# Checkout the recent code base (normally the trunk branch)
#* svn co https://svn.apache.org/repos/asf/openoffice/trunk aoo
+
#* ''svn co https://svn.apache.org/repos/asf/openoffice/trunk aoo''
 
#*:
 
#*:
 
# Build AOO successfully
 
# Build AOO successfully
 
#*:
 
#*:
# Create the template as en-US.sdf
+
# Create the template as ''en-US.sdf''
#* Detailed description using
+
#* Detailed description using [[Localization_for_developers#Extraction|solenv/bin/localize]]
 +
#* Command: ''localize -e -l en-US -f en-US.sdf''
 +
#*:
 +
# Copy the file ''en.US.sdf'' to the Pootle backend
 +
#* You need an access to the Pootle server ([https://translate-vm.apache.org translate-vm.apache.org])
 +
#* The Pootle server runs under Ubuntu, so you have to be familiar with GNU/Linux.
 +
#*:
 +
# Creating templates as POT-Files
 +
#* Detailed description using [http://docs.translatehouse.org/projects/translate-toolkit/en/latest/commands/oo2po.html oo2po]
 +
#* ''oo2po --progress=verbose --pot aoo/main/en-US.sdf PotFiles-UI''
 +
#* This can be done with the script ''UpdateTranslation.sh''
 
#*:
 
#*:
 
#  
 
#  
 +
 +
These scripts will be published soon.
  
  

Revision as of 19:02, 6 January 2019

Description

This will be a brief documentation of the translation process There are two steps doing at different time of the translation process.

From SVN to Pootle Web Frontend

In this step you prepare the recent code stings for translation. You prepare a template file with all strings to have to be translated. They are imported into Pootle.

The following graphic shows it. Please click on it to get a larger one.

Steps to do it

  1. Create a build system
  2. Checkout the recent code base (normally the trunk branch)
  3. Build AOO successfully
  4. Create the template as en-US.sdf
  5. Copy the file en.US.sdf to the Pootle backend
    • You need an access to the Pootle server (translate-vm.apache.org)
    • The Pootle server runs under Ubuntu, so you have to be familiar with GNU/Linux.
  6. Creating templates as POT-Files
    • Detailed description using oo2po
    • oo2po --progress=verbose --pot aoo/main/en-US.sdf PotFiles-UI
    • This can be done with the script UpdateTranslation.sh

These scripts will be published soon.


Now the teams can translate the AOO UI and the AOO HELP.

From Pootle Web Frontend to SVN

Personal tools