From 778ecc07a793621bf0521e4c86d0989ab41452ef Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Sat, 14 Oct 2000 17:44:12 +0000 Subject: [PATCH] A new section about "Tip of the Day" translations for README.i18n. --- ChangeLog | 5 +++++ README.i18n | 15 ++++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a23a2f6751..7542e7ce2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-10-14 Daniel Egger + + * README.i18n: Added a few words about "Tip of the Day" translations + by . + 2000-10-14 Austin Donnelly * plug-ins/common/nlfilt.c: applied patch by David Hodson diff --git a/README.i18n b/README.i18n index e08bc4e20d..156d07bb94 100644 --- a/README.i18n +++ b/README.i18n @@ -174,13 +174,26 @@ Actually this one is maintained by me, that is Daniel Egger gimp_domain_plugin_add_with_path() before it registers any functions. Have a look at the script-fu plug-in to see how it is done in detail. -8. And more? +8. Tip of the Day messages + + In addition to message catalogs Gimp provides a file with tips that are + displayed in a Tip of The Day window. Tips in English language are located + in tips/gimp_tips.txt. Translated tips should go into + gimp_tips..txt. There is one more thing: You need to make sure you + have the right reference set up in po/.po file something like this: + + #: app/tips_dialog.c:72 + msgid "gimp_tips.txt" + msgstr "gimp_tips..txt" + +9. And more? I hope I mentioned everything that is worth it and hope that this document will clarify some things. If it doesn't please write me a mail and tell me what you want to know. This text of course contains errors, so if you find one tell it to me, too.... + Happy Gimping. Yours, Daniel Egger