mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
DolphinQt: Move QT_LAYOUT_DIRECTION string to qt-strings.pot
Now that we have a .pot file specifically for strings from Qt itself, it makes sense to move this into it.
This commit is contained in:
@ -1,8 +1,16 @@
|
||||
# This file contains strings which are defined in Qt's source code
|
||||
# and may be shown in applications which use Qt. Extracted from Qt 5.15.1.
|
||||
# and may be accessed in applications which use Qt. Extracted from Qt 5.15.1.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#: qtbase/src/gui/kernel/qguiapplication.cpp:234
|
||||
msgctxt ""
|
||||
"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."
|
||||
msgid "QT_LAYOUT_DIRECTION"
|
||||
msgstr ""
|
||||
|
||||
#: qtbase/src/gui/kernel/qplatformtheme.cpp:708
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
|
Reference in New Issue
Block a user