| commit | 6e74eaf855cb0ab31e3e86461b28c57e271bcb20 | [log] [tgz] |
|---|---|---|
| author | Peter Kovacs <petko@apache.org> | Tue Feb 03 19:11:37 2026 +0100 |
| committer | Peter Kovacs <petko@apache.org> | Tue Feb 03 19:11:37 2026 +0100 |
| tree | f4594b1c31b61659407e3c455f88d7b9888b3310 | |
| parent | 3a50d079f00efd5b8f2441d07c16a4d90d520adc [diff] |
add translation scripts
Scripts that are helpful for developers who are building Apache OpenOffice from Source Code
TODO
This repository was cloned from a subversion repository.
Created using self-service at https://gitbox.apache.org/boxer/?action=newrepo
Cloned and pushed.
# get the ASF authors map. curl https://gitbox.apache.org/authors.txt --output authors.txt # this clones the svn repository into git. You may need to install svn2git. # it takes almost three hours. git svn clone https://svn.apache.org/repos/asf/openoffice/devtools -A authors.txt cd devtools git remote add origin https://github.com/apache/openoffice-devtools.git git branch -M main # due to my setup I used GitHub Desktop for this next step. git push -u origin main