From 5b30a80e3fb1443b0bc7586d9ef59914235df08d Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 12 Aug 2026 12:12:24 +0200 Subject: [PATCH] more documented categories --- src/compiler/www/js/gftranslate.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/compiler/www/js/gftranslate.js b/src/compiler/www/js/gftranslate.js index 5ddd45a14..03b063782 100644 --- a/src/compiler/www/js/gftranslate.js +++ b/src/compiler/www/js/gftranslate.js @@ -7,8 +7,9 @@ gftranslate.jsonurl="/robust/Parse.ngf" gftranslate.grammar="Parse" // the name of the grammar gftranslate.documented_classes= - ["N", "N2", "N3", "A", "A2", "V", "V2", "VV", "VS", "VQ", "VA", "V3", "V2V", - "V2S", "V2Q", "V2A", "Adv", "Prep"] + ["N", "N2", "N3", "PN", "LN", "GN", "SN", "A", "A2", + "V", "V2", "VV", "VS", "VQ", "VA", "V3", "V2V", + "V2S", "V2Q", "V2A", "Adv", "AdV", "AdA", "AdN", "Prep"] gftranslate.call=function(querystring,cont,errcont) { http_get_json(gftranslate.jsonurl+querystring,cont,errcont)