SVN_SILENT made messages (.desktop file) - always resolve ours

In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
remotes/origin/Plasma/5.5
l10n daemon script 11 years ago
parent bfa9646d1d
commit 4b74b294ab
  1. 10
      backends/drm/drm.json
  2. 10
      backends/fbdev/fbdev.json
  3. 10
      backends/hwcomposer/hwcomposer.json
  4. 10
      backends/wayland/wayland.json
  5. 10
      backends/x11/x11.json

@ -1,8 +1,8 @@
{
"KPlugin": {
"Id": "KWinWaylandDrmBackend",
"Name": "drm",
"Description": "Render through drm node."
},
"Description": "Render through drm node.",
"Id": "KWinWaylandDrmBackend",
"Name": "drm"
},
"input": false
}
}

@ -1,8 +1,8 @@
{
"KPlugin": {
"Id": "KWinWaylandFbdevBackend",
"Name": "framebuffer",
"Description": "Render to framebuffer."
},
"Description": "Render to framebuffer.",
"Id": "KWinWaylandFbdevBackend",
"Name": "framebuffer"
},
"input": false
}
}

@ -1,8 +1,8 @@
{
"KPlugin": {
"Id": "KWinWaylandHwcomposerBackend",
"Name": "hwcomposer",
"Description": "Render through hwcomposer through libhybris."
},
"Description": "Render through hwcomposer through libhybris.",
"Id": "KWinWaylandHwcomposerBackend",
"Name": "hwcomposer"
},
"input": true
}
}

@ -1,8 +1,8 @@
{
"KPlugin": {
"Id": "KWinWaylandWaylandBackend",
"Name": "wayland",
"Description": "Render to a nested window on running Wayland compositor."
},
"Description": "Render to a nested window on running Wayland compositor.",
"Id": "KWinWaylandWaylandBackend",
"Name": "wayland"
},
"input": true
}
}

@ -1,8 +1,8 @@
{
"KPlugin": {
"Id": "KWinWaylandX11Backend",
"Name": "x11",
"Description": "Render to a nested window on X11 windowing system."
},
"Description": "Render to a nested window on X11 windowing system.",
"Id": "KWinWaylandX11Backend",
"Name": "x11"
},
"input": true
}
}
Loading…
Cancel
Save