kopia lustrzana https://gitlab.com/sane-project/backends
translation update from Yann E. MORIN
rodzic
ea48a33beb
commit
e7e161c6ee
|
@ -1,3 +1,8 @@
|
|||
2008-01-14 m. allan noah <kitno455 a t gmail d o t com>
|
||||
* tools/check-po.awk: support different use of 'fuzzy'
|
||||
* po/sane-backends.fr.po: updated translation
|
||||
both updates from Yann E. MORIN
|
||||
|
||||
2008-01-09 Gerard Klaver <gerard at gkall dot hobby dot nl>
|
||||
* backend/teco2.c changed routine teco_request_sens
|
||||
add init value to size (bugreport
|
||||
|
|
Plik diff jest za duży
Load Diff
|
@ -74,7 +74,7 @@ BEGIN \
|
|||
}
|
||||
|
||||
# Is this translation fuzzy? If so count it
|
||||
$1 == "#," && $2 == "fuzzy" \
|
||||
$1 == "#," && $2 ~ /^fuzzy(|, )$/ \
|
||||
{
|
||||
fuzzy++;
|
||||
# Next translation will be fuzzy!
|
||||
|
|
Ładowanie…
Reference in New Issue