# HG changeset patch # User Ingo Weinzierl # Date 1277887969 0 # Node ID 411b09d348cad22f8b62b762518c47c3b0ee5831 # Parent cbfe708b9a1765b4701bb822936c36f3c419b7be Some refactoring of 'Adding new Languages' section. doc/trunk@1249 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r cbfe708b9a17 -r 411b09d348ca doc/ChangeLog --- a/doc/ChangeLog Tue Jun 29 12:08:30 2010 +0000 +++ b/doc/ChangeLog Wed Jun 30 08:52:49 2010 +0000 @@ -1,3 +1,13 @@ +2010-06-30 Ingo Weinzierl + + * config-manual/general_settings.tex: Removed section 'Adding new + Languages'. This section should be placed in an own file. + + * config-manual/adding_new_languages.tex: New file for section 'Adding new + Languages'. + + * config-manual/config-manual.tex: Include section 'Adding new Languages'. + 2010-06-29 Tim Englich * admin-manual/installation-base.tex: diff -r cbfe708b9a17 -r 411b09d348ca doc/config-manual/adding_new_languages.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/config-manual/adding_new_languages.tex Wed Jun 30 08:52:49 2010 +0000 @@ -0,0 +1,23 @@ +\subsection{Adding new Languages} +The GNV-Server has the possibility to handle different languages. It is +necessary to configure those. + +The configuration is divided into three steps: + +\begin{enumerate} + \item Adding the required resource-file to the GNV-Server + \\{\tt /gnv-artifacts/src/main/resources/lang } + \item Adding the required resource-file to the GNV-Web-Client + {\tt /gnv/src/main/resources} + \item Publishing the new language to the GNV-Server by adding the + language-code to the file + \\{\tt /gnv-artifacts/src/main/resources/lang/lang.conf} +\end{enumerate} + +To generate the resource-files it might be helpful to copy an existing one and +translate its content into the desired language. + +Please note that you have to re-package the modules gnv and gnv-artifacts to +enable the new languages - currently, only german and english are provided. +If you want to provide further languages you have to change the toggle-mechanism +for switching the language in the web-client. diff -r cbfe708b9a17 -r 411b09d348ca doc/config-manual/config-manual.tex --- a/doc/config-manual/config-manual.tex Tue Jun 29 12:08:30 2010 +0000 +++ b/doc/config-manual/config-manual.tex Wed Jun 30 08:52:49 2010 +0000 @@ -200,6 +200,7 @@ \include{administering_artifact-server} \include{generating_charts} \include{generating_maps} +\include{adding_new_languages} \include{model_of_transitions} \include{miscellanea} \end{document} diff -r cbfe708b9a17 -r 411b09d348ca doc/config-manual/general_settings.tex --- a/doc/config-manual/general_settings.tex Tue Jun 29 12:08:30 2010 +0000 +++ b/doc/config-manual/general_settings.tex Wed Jun 30 08:52:49 2010 +0000 @@ -78,28 +78,3 @@ artifacts} \end{enumerate} -\subsection{Adding new Languages} -The GNV-Server has the possibility to handle different languages. -It is necessary to configure those languages. - -The configuration is divided into three steps - -\begin{enumerate} - \item Adding the required resource-file to the GNV-Server - {\tt /gnv-artifacts/src/main/resources/lang } - \item Adding the required resource-file to the GNV-Web-Client - {\tt /gnv/src/main/resources} - \item Publishing the new language to the GNV-Server by adding the - language-code to the file {\tt /gnv-artifacts/src/main/resources/lang/lang.conf} -\end{enumerate} - -To generate the resource-files it might be helpful to copy an existing one and -translate the content into the desired language. - -Please not that you have to do an new packaging of the modules gnv and gnv-artifacts -to publish the new languages to the system. - -Also note, that the Web-Client currently only provide German an English as languages. -If you want to provide further languages you have to change the toggle-mechanism for -switching the language in the web-client. -