mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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
This commit is contained in:
@@ -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?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user