Unverified Commit e8cb2f07 authored by Stefan Auditor's avatar Stefan Auditor
Browse files

Issue #3282696 by FMB, sanduhrs: Port of l10n_community: Fix some warnings

parent 79c17c37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ class L10nExporter {
          'revisions' => [],
          'changed' => isset($string->time_approved) ? $string->time_approved : 0,
          'type' => $string->type,
          'has_suggestion' => $string->has_suggestion,
          'has_suggestion' => isset($string->has_suggestion) ? $string->has_suggestion : FALSE,
        ];

        // Count this source string with this first occurrence found.
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ source:
  plugin: l10n_migrate_server_status_flag
  key: migrate
process:
  sfid: sfid
  sid: sid
  language: language
  has_suggestion: has_suggestion
+5 −5
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@ process:
  sid: sid
  language: language
  translation: translation
  uid_entered: uid
  time_entered: created
  time_changed: changed
  is_suggestion: suggestion
  is_active: status
  uid: uid_entered
  created: time_entered
  changed: time_changed
  suggestion: is_suggestion
  status: is_active
destination:
  plugin: 'entity:l10n_server_translation'
migration_dependencies: {  }
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ source:
  plugin: l10n_migrate_server_translation_history
  key: migrate
process:
  thid: thid
  tid: tid
  uid_action: uid_action
  time_action: time_action
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ langcode: en
status: true
dependencies: {  }
id: L10n
label: L10n
label: Localization
description: ''
source_type: null
module: null