From 1bbef4cbf995dc48fba8368842179426726d7c60 Mon Sep 17 00:00:00 2001 From: nalin Date: Sat, 12 Jul 2003 09:38:57 +0000 Subject: handle plural forms --- pomatic.spec | 3 ++- pomatic.x | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pomatic.spec b/pomatic.spec index e83ba52..689e6e9 100644 --- a/pomatic.spec +++ b/pomatic.spec @@ -1,5 +1,5 @@ Name: pomatic -Version: 1.0.2 +Version: 1.0.3 Release: 1 Source: %{name}-%{version}.tar.gz Summary: pomatic @@ -33,6 +33,7 @@ rm -fr $RPM_BUILD_ROOT %changelog * Sat Jul 12 2003 Nalin Dahyabhai - convert \N to \n when reading filter output +- handle plural forms in .pot files - add a sample .spec doc file - add more scripts diff --git a/pomatic.x b/pomatic.x index 9478a77..f7807a4 100644 --- a/pomatic.x +++ b/pomatic.x @@ -20,7 +20,7 @@ char *filter = "cat"; [ \t]+ {}; ^#.* {}; -^msgid { +^msgid\ { struct passwd *pwd; time_t now; struct tm tm; -- cgit