|
Revision 1072, 0.7 kB
(checked in by anonymous, 3 years ago)
|
This commit was manufactured by cvs2svn to create tag
'nightly_sarge'.
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
This folder contains po and pot files, who are templates that allows you to translate AlternC in any language. |
|---|
| 2 |
|
|---|
| 3 |
1. How to add a language : |
|---|
| 4 |
- create a folder named with your iso language code : ex: de_DE for German from Germany. |
|---|
| 5 |
- create a subfolder LC_MESSAGES in this folder |
|---|
| 6 |
- copy .po and .pot files and rename .pot to .po |
|---|
| 7 |
- Translate them ;) |
|---|
| 8 |
|
|---|
| 9 |
2. How to update language files. |
|---|
| 10 |
When the programm is updated, the po and pot files in locales/ are changed to reflect the new developped features. |
|---|
| 11 |
You can launch |
|---|
| 12 |
|
|---|
| 13 |
./updatelang.sh <languagecode> |
|---|
| 14 |
|
|---|
| 15 |
from "locales/" to update your language po files. New strings will have an empty "msgstr" value. |
|---|
| 16 |
example : |
|---|
| 17 |
|
|---|
| 18 |
./updatelang.sh fr_FR |
|---|
| 19 |
|
|---|