| 42 |
- find <lang> -name .svn | xargs rm -Rf |
- find <lang> -name .svn | xargs rm -Rf |
| 43 |
(this removes all .svn subdirectories) |
(this removes all .svn subdirectories) |
| 44 |
|
|
| 45 |
2. Create the install.<lang.xml file |
2. Convert revision comments |
|
------------------------------------ |
|
|
This file contains the basic information used to build the manual. |
|
|
- change directory to: installer/doc/manual/build/ |
|
|
- cp install.en.xml install.<lang>.xml |
|
|
- edit this new file changing the line '<book>' to '<book lang="<lang>">' |
|
|
(again replacing <lang> by the ISO code for your language) |
|
|
|
|
|
3. Convert revision comments |
|
| 46 |
---------------------------- |
---------------------------- |
| 47 |
This enables you to track changes is the original English documents. |
This enables you to track changes is the original English documents. |
| 48 |
see 'Keeping your translation up to date' below for an explanation. |
see 'Keeping your translation up to date' below for an explanation. |
| 49 |
- change directory to: installer/doc/manual/ |
- change directory to: installer/doc/manual/ |
| 50 |
- ./scripts/rev-update <lang> |
- ./scripts/rev-update <lang> |
| 51 |
|
|
| 52 |
4. Commit the changes to SVN |
3. Commit the changes to SVN |
| 53 |
---------------------------- |
---------------------------- |
| 54 |
- change directory to: installer/doc/manual/ |
- change directory to: installer/doc/manual/ |
| 55 |
- svn add <lang> |
- svn add <lang> |
|
- svn add build/install.<lang>.xml |
|
| 56 |
- svn ci -m "Manual: creating new translation for <lang>" |
- svn ci -m "Manual: creating new translation for <lang>" |
| 57 |
|
|
| 58 |
One more change is needed to get your translation build automatically: |
One more change is needed to get your translation build automatically: |