@@ -754,9 +754,9 @@ Referenced by:
754
754
<para>
755
755
Some fields in the demo database are available in English and Russian.
756
756
Translations to other languages are not provided, but are easy to add.
757
- The <function>bookings.lang</function> function selects the language
758
- in which to display these fields, returning the value of the
759
- <parameter>bookings.lang</parameter> parameter .
757
+ The <function>bookings.lang</function> returns the value of the
758
+ <parameter>bookings.lang</parameter> parameter, that is, the language
759
+ in which these fields will be displayed .
760
760
</para>
761
761
762
762
<para>
@@ -811,6 +811,9 @@ ALTER DATABASE demo SET bookings.lang = en;
811
811
For other methods of settings configuration parameters,
812
812
see <xref linkend="config-setting">.
813
813
</para>
814
+
815
+ <para>In the examples below, the English language is selected for translatable fields.
816
+ </para>
814
817
</sect2>
815
818
816
819
@@ -822,7 +825,7 @@ ALTER DATABASE demo SET bookings.lang = en;
822
825
</para>
823
826
824
827
<para>
825
- The results displayed below were received on a small database version (demo_small ) of August 15, 2017.
828
+ The results displayed below were received on a small database version (demo-small ) of August 15, 2017.
826
829
If the same queries return different data on your system,
827
830
check your demo database version (using the <function>bookings.now</function> function).
828
831
Some minor deviations may be caused by the difference between your local time and Moscow time,
0 commit comments