Merge pull request #1525 from notiant/patch-3

Wallhaven: add some missing translations
This commit is contained in:
Lemmy
2026-01-24 00:21:36 -05:00
committed by GitHub
@@ -520,11 +520,11 @@ Popup {
},
{
"key": "landscape",
"name": "All Wide"
"name": I18n.tr("wallpaper.panel.ratios-all-wide")
},
{
"key": "portrait",
"name": "All Portrait"
"name": I18n.tr("wallpaper.panel.ratios-all-portrait")
},
{
"key": "16x9",
@@ -877,7 +877,7 @@ Popup {
NTextInput {
id: resolutionWidthInput
Layout.preferredWidth: 80
placeholderText: "Width"
placeholderText: I18n.tr("common.width")
inputMethodHints: Qt.ImhDigitsOnly
text: Settings.data.wallpaper.wallhavenResolutionWidth || ""
@@ -921,7 +921,7 @@ Popup {
NTextInput {
id: resolutionHeightInput
Layout.preferredWidth: 80
placeholderText: "Height"
placeholderText: I18n.tr("common.height")
inputMethodHints: Qt.ImhDigitsOnly
text: Settings.data.wallpaper.wallhavenResolutionHeight || ""