diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-08-31 11:57:47 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-08-31 11:57:47 -0500 |
commit | f5a7a9c94aef350bcccda8ce601654c9baf8ab61 (patch) | |
tree | 0b2adabf1b5926fc72349b5621a5e71bc16cb4bb /devel/requirements | |
parent | 7f2d65c7922c1c49008a0629624f0622c1419449 (diff) | |
download | horizon-f5a7a9c94aef350bcccda8ce601654c9baf8ab61.tar.gz horizon-f5a7a9c94aef350bcccda8ce601654c9baf8ab61.tar.bz2 horizon-f5a7a9c94aef350bcccda8ce601654c9baf8ab61.tar.xz horizon-f5a7a9c94aef350bcccda8ce601654c9baf8ab61.zip |
req: add 'language' Key
Diffstat (limited to 'devel/requirements')
-rw-r--r-- | devel/requirements/3_functional.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/requirements/3_functional.xml b/devel/requirements/3_functional.xml index 1b08b47..0ef810f 100644 --- a/devel/requirements/3_functional.xml +++ b/devel/requirements/3_functional.xml @@ -25,6 +25,13 @@ <para>When the User chooses a language from the list, the system shall enable the Next button to be clicked.</para> </formalpara> </section> + <section id="ui_language_key"> + <title>HorizonScript Keys</title> + <formalpara id="Script.Key.language"> + <title>Script.Key.language</title> + <para><varname>language</varname> — the locale identifier of the language chosen</para> + </formalpara> + </section> </section> <section id="ui_introduction"> <title>Initial Introduction</title> |