diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-04 12:00:23 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-04 12:00:23 +0000 |
commit | 8daaa11baa70e07f6405ccb4474e97cac9627961 (patch) | |
tree | 2d41f1247187c1337f28f58e6d8453aa69f05d47 /doc/translation | |
parent | 7aa50b3b2cf11efb09e811b8ffc4d3b8e1b0cc0e (diff) |
added some comments for translators
Diffstat (limited to 'doc/translation')
-rw-r--r-- | doc/translation/discussion.mdwn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/translation/discussion.mdwn b/doc/translation/discussion.mdwn index 32cc3f5e9..1ee89d57d 100644 --- a/doc/translation/discussion.mdwn +++ b/doc/translation/discussion.mdwn @@ -72,3 +72,21 @@ So I have a request to Joey and the rest of ikiwiki coders: please write more verbose gettext messages and don't fear using subject there. It will be huge help for me and other ikiwiki translators. Thank you! :) --Pawel + +> Well, those messages are mostly laconic because they're output by +> ikiwiki running in unix program mode and other tight situations, and +> it should be clear from context when you see the expanded message what +> the various bits are. +> +> For example, "update of foowiki's MooBar by joey" seems to say enough to +> be clear (and fit in mutt's subject line display), while the corresponding +> "actualizado el wiki foowiki y la página MooBar por el usuario joey" feels +> a bit verbose. (And should it say "updated foowiki *and* the MooBar page" +> like that? My Spanish sucks though..) In my crappy Spanish I might instead +> say something like "actualizado MooBar de foowiki por joey". Or maybe +> "actualizado página Moobar por joey"? +> +> Anyway, to get back to your point, it's true that translators often +> need additonal context about things like what variables expand to, and +> size limits. This is generally done by adding comments in the pot file, +> and I've turned that on, and added a few. --[[Joey]] |