mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2172 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
e8007c2117
commit
a29e317b9f
@ -1,3 +1,7 @@
|
||||
2000-04-09 Dave Peticolas <peticola@cs.ucdavis.edu>
|
||||
|
||||
* extract-macros.perl.in: fix this to handle N_ macros.
|
||||
|
||||
2000-03-03 Dave Peticolas <peticola@cs.ucdavis.edu>
|
||||
|
||||
* POTFILES.in: added guile_strings.txt, a collection of strings
|
||||
|
972
po/en_GB.po
972
po/en_GB.po
File diff suppressed because it is too large
Load Diff
@ -59,6 +59,7 @@ printf "const char *all_strings[]={\n";
|
||||
while(<>)
|
||||
{
|
||||
printf ("\t%s,\n", $1) if (/^#define\s+([A-Z0-9_]+)\s+_\(\"/);
|
||||
printf ("\t_ %s,\n", $1) if (/^#define\s+([A-Z0-9_]+)\s+N_\(\"/);
|
||||
}
|
||||
|
||||
printf "\tNULL\n";
|
||||
|
954
po/gnucash.pot
954
po/gnucash.pot
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user