aboutsummaryrefslogtreecommitdiff
path: root/src/ellinika
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-06-18 20:53:44 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-06-18 20:53:44 +0300
commitb8f74f94f21826901ff303095c2b88caad4a695e (patch)
treec9f0051ebdeb43607f03d99a199d8b054b4f5624 /src/ellinika
parent978e459eb3f79853adf0dea0a8118f259e5cfa6e (diff)
downloadellinika-b8f74f94f21826901ff303095c2b88caad4a695e.tar.gz
ellinika-b8f74f94f21826901ff303095c2b88caad4a695e.tar.bz2
conj.cgi: Further improvements.
* data/pl/0.xml: Update. * src/cgi-bin/Makefile.am (dict.m4): Define SCRIPT_SUFFIX * src/cgi-bin/conj.scm4 (class-attested?): New function. (show-conjugation): Print a translation, if available. Provide a link to dict.cgi. If conjugation class is not attested, issue a prominent warning. * style.css (div.unattested): New class.
Diffstat (limited to 'src/ellinika')
-rw-r--r--src/ellinika/conjugator.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ellinika/conjugator.scm b/src/ellinika/conjugator.scm
index 8b689a4..e73a1cc 100644
--- a/src/ellinika/conjugator.scm
+++ b/src/ellinika/conjugator.scm
@@ -549,7 +549,8 @@ AND i.tense=\"~A\" AND i.ident=f.ident"
(cond
((not conj)
#f)
- (else (list-ref conj 7))))
+ (else
+ (list-ref conj 7))))
(define-public (empty-conjugation? conj)
(or

Return to:

Send suggestions and report system problems to the System administrator.