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
parent
bfa9646d1d
commit
4b74b294ab
5 changed files with 25 additions and 25 deletions
@ -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…
Reference in new issue