summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNiels Weber <niels.2.weber@nokia.com>2012-02-16 12:25:45 +0100
committerNiels Weber <niels.2.weber@nokia.com>2012-02-16 12:50:35 +0100
commitebf093a0a80cb068c9ffbcc970d7339800b0d99e (patch)
tree09cb33c2163df5cd08b0ec87d53da19f05ba575a /doc
parent8ffef15204893d09b2598c1c78acd7358c1c8034 (diff)
document the license internationalisation
Change-Id: Icca0fdf7b6256b3a00211333ac90f5b3ad35cc58 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/installerfw.qdoc12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index 31b5cec40..1efe6107c 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -409,12 +409,12 @@
</Licenses>
<Script>installscript.qs</Script>
<UserInterfaces>
- <UserInteface>specialpage.ui</UserInterface>
+ <UserInteface>specialpage.ui</UserInterface>
<UserInteface>errorpage.ui</UserInterface>
</UserInterfaces>
<Translations>
<Translation>sv_se.qm</Translation>
- <Translation>de_de.qm</Translation>
+ <Translation>de_de.qm</Translation>
</Translations>
</Package>
\endcode
@@ -464,6 +464,14 @@
\o List of license agreements to be accepted by the installing
user. To add several licenses, specify several \c License
sections that each specify the license \c name and \c file.
+ If there are translations listed for this component, the installer
+ will also look for translated licenses. These need to have the
+ same name as the originial license file but with an added
+ locale identifier.
+ If for example the license file is called license.txt and there is
+ German translation specified, the installer will also include
+ a license_de_de.txt file (and show that when installing on a
+ German system).
\row
\o Script
\o File name of a script being loaded. Optional.