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
Changed translations of "launch" to actually "watch" using infinitive forms. Might be a bit longer to pronounce but more intuitive, also quite easy to understand for google.
Copy file name to clipboardExpand all lines: Voice Control For Plex/src/main/res/values-fr/patterns.xml
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -9,19 +9,19 @@ adding translations, please do not modify (.*), $1, ([0-9]+), etc.
9
9
a quite complicated regular expression. Plugging it into https://www.debuggex.com/ should help you figure out how
10
10
it is constructed.
11
11
-->
12
-
<itemname="pattern_recognition"type="string">^(((lancer|reprendre lecture|écouter|lancer film) (.+)( sur (.+))?)|((position) (.+)( sur (.+))?)|((pause|reprise|arrêt) lecture( sur (.+))?))$</item>
12
+
<itemname="pattern_recognition"type="string">^(((regarder|reprendre lecture|écouter|regarder film) (.+)( sur (.+))?)|((position) (.+)( sur (.+))?)|((pauser|reprendre|arrêter) lecture( sur (.+))?))$</item>
13
13
14
14
<itemname="pattern_on_client"type="string">(.+) sur (.+)$</item>
0 commit comments