Skip to content

Commit

Permalink
Fix Greek language codes and some typos
Browse files Browse the repository at this point in the history
v1.0.3BETA3
Fixed Greek language codes (adding gre as valid second 3letters code).
Fix some typos in menus.
  • Loading branch information
rockrider69 committed Dec 20, 2023
1 parent 5bd7f31 commit 8763916
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<addon
id="service.languagepreferencemanager"
name="Language Preference Manager"
version="1.0.3BETA2"
version="1.0.3BETA3"
provider-name="ace20022/scott967/rockrider69"
>
<requires>
Expand All @@ -29,6 +29,7 @@
1.0.3BETA1: Option to prioritize 'SignsSongs' tracks via custom conditional sub preferences. Syntax is ...>Eng:Eng-ss>...
Overrides general 'Ignore Signs and Songs toggle' or 'Blacklisting Signs via keyword', if ever used.
1.0.3BETA2: Keywords Blacklist for Audio tracks. Same principle as for Subtitles, based on track name, to skip some (ex. Commentary, ...)
1.0.3BETA3: Fixed Greek language codes. Fix some typos.

</news>
<assets>
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
--- Version 1.0.3BETA3

- Fixed Greek language codes. Fix some typos.

--- Version 1.0.3BETA2

- Keywords Blacklist for Audio tracks. Same principle as for Subtitles, based on track name, skip some (ex. Commentary, ...)
Expand Down
4 changes: 2 additions & 2 deletions resources/language/resource.language.en_gb/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ msgid "Delay the evaluation by the following value [ms]"
msgstr ""

msgctxt "#30113"
msgid "Turn on subtitles if a subtitle prefrence matched"
msgid "Turn on subtitles if a subtitle preference matched"
msgstr ""

msgctxt "#30114"
msgid "Turn off subtitles if no subtitle prefrence matched"
msgid "Turn off subtitles if no subtitle preference matched"
msgstr ""

msgctxt "#30115"
Expand Down
2 changes: 1 addition & 1 deletion resources/lib/langcodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
("Finnish" , "31", "fi", "fin", "14", 30215 ),
("French" , "8", "fr", "fre", "15", 30216 ),
("German" , "5", "de", "ger,deu", "16", 30217 ),
("Greek" , "16", "el", "ell", "17", 30218 ),
("Greek" , "16", "el", "ell,gre", "17", 30218 ),
("Hebrew" , "22", "he", "heb", "18", 30219 ),
("Hindi" , "42", "hi", "hin", "19", 30220 ),
("Hungarian" , "15", "hu", "hun", "20", 30221 ),
Expand Down

0 comments on commit 8763916

Please sign in to comment.