Einav Cohen has uploaded a new change for review. Change subject: webadmin, userportal: introducing German (de) ......................................................................
webadmin, userportal: introducing German (de) With this patch, the German (de) locale will be available for display in the GUI. [German properties files will be inroduced in a separate patch] Change-Id: Id84038dcbf056d734e8262b1818b93e1dc099277 Signed-off-by: Einav Cohen <[email protected]> --- M frontend/webadmin/modules/userportal-gwtp/pom.xml M frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/UserPortal.gwt.xml M frontend/webadmin/modules/webadmin/pom.xml M frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/WebAdmin.gwt.xml 4 files changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/15/12115/1 diff --git a/frontend/webadmin/modules/userportal-gwtp/pom.xml b/frontend/webadmin/modules/userportal-gwtp/pom.xml index 17bb73a..ad14679 100644 --- a/frontend/webadmin/modules/userportal-gwtp/pom.xml +++ b/frontend/webadmin/modules/userportal-gwtp/pom.xml @@ -334,7 +334,7 @@ <profile> <id>all-langs</id> <properties> - <gwt.locale>default,es,fr,ja,pt_BR,zh_CN</gwt.locale> + <gwt.locale>default,es,fr,ja,pt_BR,zh_CN,de</gwt.locale> </properties> </profile> </profiles> diff --git a/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/UserPortal.gwt.xml b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/UserPortal.gwt.xml index 152efcf..6566cb0 100644 --- a/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/UserPortal.gwt.xml +++ b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/UserPortal.gwt.xml @@ -38,7 +38,7 @@ <set-configuration-property name="locale.useragent" value="Y" /> <!-- Supported locales (defined via maven property) --> - <extend-property name="locale" values="es,fr,ja,pt_BR,zh_CN" /> + <extend-property name="locale" values="es,fr,ja,pt_BR,zh_CN,de" /> <set-property name="locale" value="${gwt.locale}" /> </module> diff --git a/frontend/webadmin/modules/webadmin/pom.xml b/frontend/webadmin/modules/webadmin/pom.xml index 4eb0906..6d7f7fd 100644 --- a/frontend/webadmin/modules/webadmin/pom.xml +++ b/frontend/webadmin/modules/webadmin/pom.xml @@ -317,7 +317,7 @@ <profile> <id>all-langs</id> <properties> - <gwt.locale>default,es,fr,ja,pt_BR,zh_CN</gwt.locale> + <gwt.locale>default,es,fr,ja,pt_BR,zh_CN,de</gwt.locale> </properties> </profile> </profiles> diff --git a/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/WebAdmin.gwt.xml b/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/WebAdmin.gwt.xml index c82d658..cb82ad0 100644 --- a/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/WebAdmin.gwt.xml +++ b/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/WebAdmin.gwt.xml @@ -38,7 +38,7 @@ <set-configuration-property name="locale.useragent" value="Y" /> <!-- Supported locales (defined via maven property) --> - <extend-property name="locale" values="es,fr,ja,pt_BR,zh_CN" /> + <extend-property name="locale" values="es,fr,ja,pt_BR,zh_CN,de" /> <set-property name="locale" value="${gwt.locale}" /> </module> -- To view, visit http://gerrit.ovirt.org/12115 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id84038dcbf056d734e8262b1818b93e1dc099277 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Einav Cohen <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
