You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by mc...@apache.org on 2021/04/12 15:30:00 UTC

[incubator-hop] branch master updated (f89caee -> fc34d76)

This is an automated email from the ASF dual-hosted git repository.

mcasters pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git.


    from f89caee  Merge pull request #738 from hansva/HOP-2764
     new 52e447a  HOP-2733 - Fixed hardcoded strings in ProjectDialog and ProjectsGuiPlugin HOP-2729 - Given capability to add an existing project to Hop HOP-2330
     new 578a548  HOP-2757 Fixed hardcoded strings in MetadataEditorDialog HOP-2758 Fixed hardcoded strings in PipelineDialog HOp-2759 Fixed hardcoded strings in PipelineExecutionConfigurationDialog
     new ba023bf  HOP-2729 Code improvements
     new 320a2d7  HOP-2729 Code improvements
     new b4ed125  HOP-2760 Fixed problems with translator that was unable to detect changes in messages in case we save a file without pressing the apply changes before HOP-2330 Other minor translations added
     new 7805789  HOP-2729 Re-worded the message in case the project configuration file already exists
     new fc34d76  Merge pull request #735 from sramazzina/gui_multilanguage

The 1932 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../core/impl/messages/messages_it_IT.properties   |    3 +-
 .../pipeline/messages/messages_it_IT.properties    |  123 +-
 .../hop/www/messages/messages_it_IT.properties     |  220 +-
 .../metadata}/messages/messages_it_IT.properties   |   13 +-
 .../apache/hop/projects/gui/ProjectsGuiPlugin.java |  121 +-
 .../org/apache/hop/projects/project/Project.java   |    1 +
 .../apache/hop/projects/project/ProjectConfig.java |    2 +-
 .../apache/hop/projects/project/ProjectDialog.java | 1006 ++++----
 .../gui/messages/messages_en_US.properties         |   72 +-
 .../gui/messages/messages_it_IT.properties         |   57 +-
 .../project/messages/messages_en_US.properties     |   18 +-
 .../project/messages/messages_it_IT.properties     |   16 +-
 .../hop/ui/core/metadata/MetadataEditorDialog.java |    3 +-
 .../java/org/apache/hop/ui/i18n/BundlesStore.java  |    2 +-
 .../org/apache/hop/ui/i18n/editor/Translator.java  | 2394 ++++++++++----------
 .../hop/ui/pipeline/dialog/PipelineDialog.java     |    5 +-
 .../PipelineExecutionConfigurationDialog.java      |    3 +-
 .../metadata/messages/messages_en_US.properties    |    2 +
 .../metadata}/messages/messages_it_IT.properties   |   10 +-
 .../dialog/messages/messages_en_US.properties      |    6 +
 .../dialog/messages/messages_it_IT.properties      |   49 +-
 21 files changed, 2150 insertions(+), 1976 deletions(-)
 copy {core/src/main/resources/org/apache/hop/core/row/value => plugins/engines/beam/src/main/resources/org/apache/hop/beam/metadata}/messages/messages_it_IT.properties (66%)
 copy {core/src/main/resources/org/apache/hop/core/row/value => ui/src/main/resources/org/apache/hop/ui/core/metadata}/messages/messages_it_IT.properties (63%)