summaryrefslogtreecommitdiffstats
path: root/install/po/README
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2010-10-11 18:36:43 -0400
committerSimo Sorce <ssorce@redhat.com>2010-10-12 15:46:27 -0400
commitb735fc8d178ac32a3610f1c6e45a04ad5aa2845e (patch)
tree3614e3952d262e1a5f291403be6d055a5942a5cd /install/po/README
parentf9c0eb52224ec13f718e74413a7136ce00ed1250 (diff)
downloadfreeipa-b735fc8d178ac32a3610f1c6e45a04ad5aa2845e.tar.gz
freeipa-b735fc8d178ac32a3610f1c6e45a04ad5aa2845e.tar.xz
freeipa-b735fc8d178ac32a3610f1c6e45a04ad5aa2845e.zip
Initial gettext support for C utils
Add automatic creation of python an C file lists for potfiles Deletes useless copy of Makefile in install/po Remove duplicate maintainer-clean target Add debug target that prints file lists Unbreak update-po target, merges in patch from John
Diffstat (limited to 'install/po/README')
-rw-r--r--install/po/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/install/po/README b/install/po/README
index b332d5cb4..ada7df40e 100644
--- a/install/po/README
+++ b/install/po/README
@@ -3,6 +3,9 @@ Q: I've added a new source file, how do I make sure it's strings get translated?
A: Edit Makefile.in and add the source file to the appropriate *_POTFILES list.
Then run "make update-po".
+ NOTE: Now this i only necessary for python files that lack the .py
+ extension. All .py, .c and .h files are automatically sourced.
+
Q: How do I pick up new strings to translate from the source files after the
source have been modified?