Skip to content

Commit

Permalink
Merge pull request #207 from geotribu/update(i18n)--refine-translatio…
Browse files Browse the repository at this point in the history
…n-before-next-stable-release

update(i18n): refine translation to prepare next stable release
  • Loading branch information
Guts authored Oct 11, 2024
2 parents 5322098 + 715f44a commit a9cebbf
Show file tree
Hide file tree
Showing 3 changed files with 898 additions and 896 deletions.
15 changes: 11 additions & 4 deletions qtribu/gui/dck_qchat.ui
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="locale">
<locale language="English" country="UnitedStates"/>
</property>
<property name="windowTitle">
<string>QChat</string>
<string notr="true">QChat</string>
</property>
<widget class="QWidget" name="dockWidgetContents">
<property name="sizePolicy">
Expand Down Expand Up @@ -106,7 +109,11 @@
<item row="0" column="1">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QComboBox" name="cbb_room"/>
<widget class="QComboBox" name="cbb_room">
<property name="currentText">
<string notr="true"/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_connect">
Expand Down Expand Up @@ -164,7 +171,7 @@
</size>
</property>
<property name="title">
<string>QChat</string>
<string notr="true">QChat</string>
</property>
<property name="collapsed">
<bool>false</bool>
Expand Down Expand Up @@ -280,7 +287,7 @@
<string>Nickname set in QTribu's plugin settings</string>
</property>
<property name="text">
<string>Nickname</string>
<string notr="true">Nickname</string>
</property>
</widget>
</item>
Expand Down
Loading

0 comments on commit a9cebbf

Please sign in to comment.