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. 4
      backends/drm/drm.json
  2. 4
      backends/fbdev/fbdev.json
  3. 4
      backends/hwcomposer/hwcomposer.json
  4. 4
      backends/wayland/wayland.json
  5. 4
      backends/x11/x11.json

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

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

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

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

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