Skip to content

Commit

Permalink
Merge pull request #261 from quarckster/fix-localization
Browse files Browse the repository at this point in the history
Fix missing string in localization
  • Loading branch information
quarckster authored Feb 16, 2023
2 parents 006b9bd + 40ed83f commit 06c46a3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/resources/language/resource.language.en_gb/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -371,3 +371,7 @@ msgstr ""
msgctxt "#32090"
msgid "IMDB"
msgstr ""

msgctxt "#32091"
msgid "3D"
msgstr ""
4 changes: 4 additions & 0 deletions src/resources/language/resource.language.ru_ru/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -371,3 +371,7 @@ msgstr "По"
msgctxt "#32090"
msgid "IMDB"
msgstr ""

msgctxt "#32091"
msgid "3D"
msgstr ""
4 changes: 4 additions & 0 deletions src/resources/language/resource.language.uk_ua/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -371,3 +371,7 @@ msgstr "За"
msgctxt "#32090"
msgid "IMDB"
msgstr ""

msgctxt "#32091"
msgid "3D"
msgstr ""
2 changes: 1 addition & 1 deletion src/resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<default>true</default>
<control type="toggle"/>
</setting>
<setting id="show_3d" type="boolean" label="3D">
<setting id="show_3d" type="boolean" label="32091">
<level>0</level>
<default>true</default>
<control type="toggle"/>
Expand Down

0 comments on commit 06c46a3

Please sign in to comment.