Updated Ribbon to support i18n

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@113883 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-04-02 16:42:32 +00:00
parent e92e2dafb3
commit 647caf0934
1 changed files with 4 additions and 1 deletions

View File

@ -86,6 +86,9 @@ public enum RibbonType {
R_STUDIO,
STATISTICAL,
SPREAD,
CREATE_GIS_MAP;
CREATE_GIS_MAP,
LANGUAGE_EN,
LANGUAGE_IT,
LANGUAGE_ES;
}