commited all patches :) updating po files with current scriptchain in po/:
cd po
for pofile in $(ls *.po);
do ./update.sh $(basename $pofile .po);
done
That's it. I'll do that if there are major changes, automatically.
Translator notification: GNOME Translation team would get notified via
mail, if sawfishs translation would be mantained via DamnedLies. And
they would do it on their own then.
Additionally intltool won't apply, as (_ "string") in sawfish-ui does
not work (see XXXs in sawfish.ui.*). Intltool would have the advantage
of only adding strings to .pot marked with (_ ), our current scriptchain
adds every string, which is suboptimal, as many are just plain comments
and therfore never show up, therfore not needed to be translated.
Chris
> And I've got a question. Look at this:
> ------------------------------------------------------------------------
> diff --git a/lisp/sawfish/wm/commands/move-resize.jl
> b/lisp/sawfish/wm/commands/move-resize.jl
> index b1af5cc..e25c95a 100644
> --- a/lisp/sawfish/wm/commands/move-resize.jl
> +++ b/lisp/sawfish/wm/commands/move-resize.jl
> @@ -542,11 +542,11 @@
> ;;; Entry points
>
> (define (move-window-interactively w)
> - "Move the window interactively using the mouse."
> + "Move the window interactively, with mouse or keyboard."
> (do-move-resize w 'move))
>
> (define (resize-window-interactively w)
> - "Resize the window interactively using the mouse."
> + "Resize the window interactively, with mouse or keyboard."
> (do-move-resize w 'resize))
>
> (define (move-selected-window)
> ------------------------------------------------------------------------
> Docstring change should accompany po files patches, right? But is
> it possible to let translators note it?
>
> Anyway, it won't hurt, so I'll prepare po patches. (I'm not good at
> sed, but it's possible ;-)
>
> Thanks a lot,
> Teika (Teika kazura)
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
