Skip to content

Commit

Permalink
small improvments
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-smh committed Dec 21, 2016
1 parent 22890b6 commit eb414f6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
11 changes: 9 additions & 2 deletions rs/fr_FR/DT_Bool.rive
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,21 @@
? .* (?:etein|eteigne).* ((?:la |le |l ).*)
@ eteindre <star1>
*/
! array onoff = la lumiere|les lumieres|la lampe|les lampes

+ shortcut bool command * dev * val *
- <call>do_command fr_FR, <star1>, <star2>, <star3></call>

+ (allume|allumes|allumer) (@onoff) [@cible] *
@ shortcut bool command DT_Switch|DT_ColorRGBHexa dev <star3> val 1

+ (allume|allumes|allumer) [@pronom] *
@ shortcut bool command DT_Switch|DT_ColorRGBHexa dev <star2> val 1

+ (etein|eteins|eteindre) [@pronom] *
+ (etein|eteins|eteind|eteindre) (@onoff) [@cible] *
@ shortcut bool command DT_Switch|DT_ColorRGBHexa dev <star3> val 0

+ (etein|eteins|eteind|eteindre) [@pronom] *
@ shortcut bool command DT_Switch|DT_ColorRGBHexa dev <star2> val 0


Expand Down Expand Up @@ -143,6 +150,6 @@
+ est[-]ce que (@openclose) [@cible] * est ouvert@e
@ shortcut is openclose open <star2>

+ est[-]ce que [@pronom] * est (eteinte|coupe@e)
+ est[-]ce que [@pronom] * est ferme@e
@ shortcut is openclose open <star1>

7 changes: 6 additions & 1 deletion rs/fr_FR/DT_ColorRGBHexa.rive
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
+ (met|mets|allume|allumes|allumer) [@pronom] * en *
@ shortcut color command DT_ColorRGBHexa dev <star2> val <star3>

+ change la couleur [@pronom] * en *
+ change la couleur [@cible] * en *
@ shortcut color command DT_ColorRGBHexa dev <star1> val <star2>

+ (met|mets|change|changes) la couleur * [@cible] *
Expand Down Expand Up @@ -48,5 +48,10 @@
@ quelles sont les declinaisons de la couleur <star1>
*/

/* ##suggest##
? .* déclinaisons.* (.*)
@ quelles sont les declinaisons de la couleur <star1>
*/

+ @quel sont les declinaisons de la couleur *
- <call>do_color_command fr_FR, DT_ColorRGBHexa, null, detailcolor, <star1></call>
4 changes: 2 additions & 2 deletions rs/fr_FR/datetime.rive
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
*/

+ shortcut time
- il est <call>get_time</call>
- Il est <call>get_time</call>

// ##feature## donner l'heure
+ donner l heure
Expand All @@ -68,7 +68,7 @@
*/

+ shortcut date
- nous sommes le <call>get_date</call>
- Nous sommes le <call>get_date</call>

// ##feature## donner la date
+ donner la date
Expand Down

0 comments on commit eb414f6

Please sign in to comment.