Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Rules/Languages/it/SharedRules/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
tag: mrow
match: "not(*)"
replace:
- t: " " # say nothing -- placeholder
- T: " " # say nothing -- placeholder

- name: default
tag: mrow
Expand Down Expand Up @@ -214,13 +214,13 @@
else:
- test:
if: "$Verbosity='Verbose'"
then: [t: "superscript"]
then: [T: "apice"]
else: [T: "apice"]
- x: "*[last()]"
- test:
if: "$Verbosity='Verbose'"
then: [T: "fine apice"]
else: [t: "end super"]
else: [T: "fine apice"]

- name: default
tag: munder
Expand Down Expand Up @@ -345,7 +345,7 @@
then:
- test:
if: "$Prescripts"
then: [t: "and"] # phrase(10 is greater than 8 'and' less than 15)
then: [T: "e"] # phrase(10 is greater than 8 'and' less than 15)
- T: "con" # phrase(substitute x 'with' y)
- x: "count($Postscripts) div 2"
- T: "indici a destra" # phrase(this material includes several 'postscripts')
Expand Down Expand Up @@ -436,7 +436,7 @@
- test:
if: "NumColumns=1"
then: [T: "colonna"] # phrase(the table with 3 rows and 1 'column')
else: [t: "colonne"] # phrase(the table with 3 rows and 4 'columns')
else: [T: "colonne"] # phrase(the table with 3 rows and 4 'columns')
- pause: long
- x: "*"

Expand Down Expand Up @@ -576,7 +576,7 @@
then: [T: "freccia orizzontale a due punte", pause: short] # phrase(progress is indicated by the 'double ended horizontal arrow')
- test:
if: ".[contains(@notation,'northeastsouthwestarrow')]"
then: [t: "freccia diagonale in alto a due punte", pause: short] # phrase(trend is indicated by the 'double ended up diagonal arrow')
then: [T: "freccia diagonale in alto a due punte", pause: short] # phrase(trend is indicated by the 'double ended up diagonal arrow')
- test:
if: ".[contains(@notation,'northwestsoutheastarrow')]"
then: [T: "freccia diagonale in basso a due punte", pause: short] # phrase(trend is indicated by the 'double ended down diagonal arrow')
Expand Down
2 changes: 1 addition & 1 deletion Rules/Languages/it/SharedRules/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@
tag: none
match: "../../*[self::m:chemical-formula or self::m:chemical-nuclide]"
replace:
- t: "" # don't say anything
- T: "" # don't say anything

- name: ignore-intent-wrapper
tag: intent-wrapper
Expand Down
2 changes: 1 addition & 1 deletion Rules/Languages/it/unicode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

- "0-9": [T: "."] # (en: '.')

- " ": [t: " "] # 0x20
- " ": [T: " "] # 0x20

- "!": [T: "fattoriale"] # 0x21
- "\"": [T: "barra inversa"] # 0x22 (en: 'quotation mark')
Expand Down

This file was deleted.

Loading