kopia lustrzana https://gitlab.com/sane-project/backends
Added description of check-po.awk. Minor reordering
rodzic
b991eed57d
commit
adc17d2892
|
@ -4,6 +4,7 @@
|
||||||
Yann E. MORIN <yann dot morin dot 1998 at anciens dot enib dot fr>.
|
Yann E. MORIN <yann dot morin dot 1998 at anciens dot enib dot fr>.
|
||||||
* tools/check-po.awk: Added script to check the translations for
|
* tools/check-po.awk: Added script to check the translations for
|
||||||
completeness (from Yann E. MORIN).
|
completeness (from Yann E. MORIN).
|
||||||
|
* tools/README: Added description of check-po.awk. Minor reordering.
|
||||||
|
|
||||||
---- FEATURE FREEZE FOR SANE 1.0.12 ---
|
---- FEATURE FREEZE FOR SANE 1.0.12 ---
|
||||||
-- snapshot 1.0.12-pre1
|
-- snapshot 1.0.12-pre1
|
||||||
|
|
20
tools/README
20
tools/README
|
@ -1,4 +1,4 @@
|
||||||
2003-01-11
|
2003-05-05
|
||||||
|
|
||||||
This directory contains various tools that may be useful:
|
This directory contains various tools that may be useful:
|
||||||
|
|
||||||
|
@ -30,16 +30,24 @@ This directory contains various tools that may be useful:
|
||||||
|
|
||||||
Maybe useful for SANE developers:
|
Maybe useful for SANE developers:
|
||||||
|
|
||||||
|
sane-config:
|
||||||
|
Show SANE version, linker flags etc. Might be useful for
|
||||||
|
frontend developers.
|
||||||
|
|
||||||
sane-desc:
|
sane-desc:
|
||||||
Generate SANE webpages (and ASCII lists) from backend .desc files.
|
Generate SANE webpages (and ASCII lists) from backend .desc files.
|
||||||
Use "make sane-desc" to compile. Run "sane-desc --help" for details.
|
Run "sane-desc --help" for details. The default lists are generated
|
||||||
|
in doc/Makefile.
|
||||||
|
|
||||||
sane-desc.el, sane-desc-ext.el:
|
sane-desc.el, sane-desc-ext.el (OBSOLETE):
|
||||||
These are the old elisp scripts to automagically generate descriptive
|
These are the old elisp scripts to automagically generate descriptive
|
||||||
SANE webpages from backend .desc files with emacs. Look at the
|
SANE webpages from backend .desc files with emacs. Look at the
|
||||||
top of the file for more details. They are here just for reference. Use
|
top of the file for more details. They are here just for reference. Use
|
||||||
sane-desc instead.
|
sane-desc instead.
|
||||||
|
|
||||||
sane-config:
|
check-po.awk:
|
||||||
Show SANE version, linker flags etc. Might be useful for
|
Print untranslated and fuzzy messages and their line numbers in the
|
||||||
frontend developers.
|
source code and po file. Example:
|
||||||
|
cd po/ ; ../tools/check-po.awk sane-backends.de.po
|
||||||
|
You may need to adjust the path of awk in the first line of the
|
||||||
|
script. More documentation is in the script itself.
|
Ładowanie…
Reference in New Issue