处理布局问题

This commit is contained in:
openKylin2.0 2024-08-16 16:40:53 +08:00 committed by openkylin-cibot
parent 838cd7fb0e
commit 55deeec08f
3 changed files with 58 additions and 0 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
qttranslations-opensource-src (5.15.10-2ok1.7) nile; urgency=medium
* BUG号
* 需求号:无
* 其他更改:增加布局设置
-- Kevin Duan <duankaiwen@kylinos.cn> Mon, 29 Jul 2024 15:21:01 +0800
qttranslations-opensource-src (5.15.10-2ok1.6) nile; urgency=medium
* BUG号

49
debian/patches/0009-.patch vendored Normal file
View File

@ -0,0 +1,49 @@
From: "openKylin2.0" <duankaiwen@kylinos.cn>
Date: Fri, 16 Aug 2024 16:40:53 +0800
Subject: =?utf-8?b?5aSE55CG5biD5bGA6Zeu6aKY?=
---
translations/qt_kk.ts | 2 +-
translations/qt_ky.ts | 2 +-
translations/qt_ug.ts | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/translations/qt_kk.ts b/translations/qt_kk.ts
index def60c4..84ac247 100644
--- a/translations/qt_kk.ts
+++ b/translations/qt_kk.ts
@@ -2224,7 +2224,7 @@ Do you want to delete it anyway?</source>
<location filename="../src/gui/kernel/qapplication.cpp" line="+2248"/>
<source>QT_LAYOUT_DIRECTION</source>
<comment>Translate this string to the string &apos;LTR&apos; in left-to-right languages or to &apos;RTL&apos; in right-to-left languages (such as Hebrew and Arabic) to get proper widget layout.</comment>
- <translation>QT_ورنالاستٸرۋ_باعىت</translation>
+ <translation>RTL</translation>
</message>
</context>
<context>
diff --git a/translations/qt_ky.ts b/translations/qt_ky.ts
index b3089ee..2c65c73 100644
--- a/translations/qt_ky.ts
+++ b/translations/qt_ky.ts
@@ -2224,7 +2224,7 @@ Do you want to delete it anyway?</source>
<location filename="../src/gui/kernel/qapplication.cpp" line="+2248"/>
<source>QT_LAYOUT_DIRECTION</source>
<comment>Translate this string to the string &apos;LTR&apos; in left-to-right languages or to &apos;RTL&apos; in right-to-left languages (such as Hebrew and Arabic) to get proper widget layout.</comment>
- <translation>QT_ ورۇنداشتىرۇۇ_باعىت</translation>
+ <translation>RTL</translation>
</message>
</context>
<context>
diff --git a/translations/qt_ug.ts b/translations/qt_ug.ts
index a78c01c..3ff96f7 100644
--- a/translations/qt_ug.ts
+++ b/translations/qt_ug.ts
@@ -2224,7 +2224,7 @@ Do you want to delete it anyway?</source>
<location filename="../src/gui/kernel/qapplication.cpp" line="+2248"/>
<source>QT_LAYOUT_DIRECTION</source>
<comment>Translate this string to the string &apos;LTR&apos; in left-to-right languages or to &apos;RTL&apos; in right-to-left languages (such as Hebrew and Arabic) to get proper widget layout.</comment>
- <translation>QT_ئورۇنلاشتۇرۇش_يۆنىلىش</translation>
+ <translation>RTL</translation>
</message>
</context>
<context>

View File

@ -6,3 +6,4 @@
0006-Translated-using-Weblate-Uyghur.patch
0007-update-translations-qt_kk.ts.patch
0008-update-translations-qt_ug.ts.patch
0009-.patch