summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornalin <nalin>2003-07-12 09:38:57 +0000
committernalin <nalin>2003-07-12 09:38:57 +0000
commit1bbef4cbf995dc48fba8368842179426726d7c60 (patch)
treecbc743e3514c36787ed83e4d8577692e8f2f5bd8
parent5f441ce9adfe3bb273dc5235b882b8b9f41237a8 (diff)
downloadpomatic-1bbef4cbf995dc48fba8368842179426726d7c60.tar.gz
pomatic-1bbef4cbf995dc48fba8368842179426726d7c60.tar.xz
pomatic-1bbef4cbf995dc48fba8368842179426726d7c60.zip
handle plural forms
-rw-r--r--pomatic.spec3
-rw-r--r--pomatic.x2
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 <nalin@redhat.com>
- 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;