mirror of
https://github.com/tnodir/fort
synced 2024-11-15 05:46:03 +00:00
UI: Fix layouts for Arabic language
This commit is contained in:
parent
8473da74d8
commit
5a92622109
@ -1,6 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="ar_SA">
|
||||
<context>
|
||||
<name>QGuiApplication</name>
|
||||
<message>
|
||||
<source>QT_LAYOUT_DIRECTION</source>
|
||||
<comment>Translate this string to the string 'LTR' in left-to-right languages or to 'RTL' in right-to-left languages (such as Hebrew and Arabic) to get proper widget layout.</comment>
|
||||
<translation>RTL</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CloseButton</name>
|
||||
<message>
|
||||
|
@ -1,6 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="en_US">
|
||||
<context>
|
||||
<name>QGuiApplication</name>
|
||||
<message>
|
||||
<source>QT_LAYOUT_DIRECTION</source>
|
||||
<comment>Translate this string to the string 'LTR' in left-to-right languages or to 'RTL' in right-to-left languages (such as Hebrew and Arabic) to get proper widget layout.</comment>
|
||||
<translation>LTR</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CloseButton</name>
|
||||
<message>
|
||||
|
Loading…
Reference in New Issue
Block a user