# HG changeset patch # User Oleksandr Gavenko # Date 1457886618 -7200 # Node ID bc0b353e3de9f194f799952d9923eacefae05d65 # Parent e3d85aeefdec297ce25fb1031971ae4a8df4cf1a New dictionary file name convention. diff -r e3d85aeefdec -r bc0b353e3de9 www/HACKING.rst --- a/www/HACKING.rst Sun Mar 13 18:26:32 2016 +0200 +++ b/www/HACKING.rst Sun Mar 13 18:30:18 2016 +0200 @@ -85,12 +85,12 @@ BNF form:: - FILE ::= PREFIX "-" NAME "-" LANG ".dict-c5" - PREFIX ::= "gadict" - LANG ::= ISOCODE | ISOCODE "-" ISOCODE + FILE ::= "gadict_" NAME ".gadict" -where ``ISOCODE`` is ISO 639-1 language (2 letter) code, currently ``en``, -``ru``, ``uk`` in use, ``NAME`` is dictionary abbreviated name. +``NAME`` may have form ``ISOCODE "-" ISOCODE``, like ``en-ru``, where +``ISOCODE`` is ISO 639-1 language (2 letter) code + +``NAME`` may be a dictionary abbreviation name. World wide dictionary formats and standards ===========================================