You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Voice Control For Plex/src/main/res/values-fr/patterns.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ adding translations, please do not modify (.*), $1, ([0-9]+), etc.
11
11
-->
12
12
<itemname="pattern_recognition"type="string">^(((lancer|reprendre lecture|écouter|lancer film) (.+)( sur (.+))?)|((position) (.+)( sur (.+))?)|((pause|reprise|arrêt) lecture( sur (.+))?))$</item>
13
13
14
-
<itemname="pattern_on_client"type="string"> sur (.+)$</item>
14
+
<itemname="pattern_on_client"type="string">(.+) sur (.+)$</item>
Copy file name to clipboardExpand all lines: Voice Control For Plex/src/main/res/values/patterns.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ adding translations, please do not modify (.*), $1, ([0-9]+), etc.
11
11
-->
12
12
<itemname="pattern_recognition"type="string">^(((watch|resume watching|listen to|watch movie) (.+)( on (.+))?)|((offset|timecode) (.+)( on (.+))?)|((pause|stop|resume) playback( on (.+))?))$</item>
13
13
14
-
<itemname="pattern_on_client"type="string"> on (.+)$</item>
14
+
<itemname="pattern_on_client"type="string">(.+) on (.+)$</item>
0 commit comments