mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Mention testing of po updates without installing ELinks
Also, fix bugzilla URL.
This commit is contained in:
parent
39db04ff39
commit
e1c59759a1
15
po/README
15
po/README
@ -74,7 +74,18 @@ name of your language (in English) so you end up with something like:
|
|||||||
{NULL, NULL},
|
{NULL, NULL},
|
||||||
};
|
};
|
||||||
|
|
||||||
1.2 Making the new language file part of ELinks:
|
1.2 Testing your changes without installing ELinks:
|
||||||
|
---------------------------------------------------
|
||||||
|
|
||||||
|
It is possible to test translation updates without installing ELinks. After
|
||||||
|
building both ELinks and the po files, simply start ELinks from the top-level
|
||||||
|
directory in the source tree using:
|
||||||
|
|
||||||
|
$ ./src/elinks
|
||||||
|
|
||||||
|
It will then load po files from the po/ directory in the source tree.
|
||||||
|
|
||||||
|
1.3 Making the new language file part of ELinks:
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
|
||||||
Finally to make it part of the ELinks distribution send it to one of the
|
Finally to make it part of the ELinks distribution send it to one of the
|
||||||
@ -340,7 +351,7 @@ mark (e.g. "~/.elinks") and the translated msgstr do not.
|
|||||||
If the language file is already added finally run make to compile and check the
|
If the language file is already added finally run make to compile and check the
|
||||||
language file for errors and fix any warnings you get. Then patch your changes
|
language file for errors and fix any warnings you get. Then patch your changes
|
||||||
and send it to one of the mailinglists or file it as a bug at
|
and send it to one of the mailinglists or file it as a bug at
|
||||||
<http://bugzilla.elinks.or.cz>.
|
<http://bugzilla.elinks.cz>.
|
||||||
|
|
||||||
|
|
||||||
3. Statistics:
|
3. Statistics:
|
||||||
|
Loading…
Reference in New Issue
Block a user