Skip to content

Commit

Permalink
Corrects collapse for romance languages.
Browse files Browse the repository at this point in the history
  • Loading branch information
zorkow committed Jan 16, 2024
1 parent 5c474fe commit 620d8a5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ IEMAPS_FILE = $(IEMAPS_PKG)/mathmaps_ie.json
LOCALES = $(notdir $(wildcard $(JSON_SRC)/*)) ## $(foreach dir, $(MAPS), $(JSON_SRC)/$(dir))
LOC_DST = $(addprefix $(JSON_DST)/, $(addsuffix .json,$(LOCALES)))

JSON_MINIFY = npx json-minify
JSON_MINIFY = pnpm json-minify

### Intermediate minified locale files for faster building
MINI_DIR = $(abspath ./minimaps)
Expand Down
2 changes: 1 addition & 1 deletion mathmaps/fr/rules/clearspeak_french_actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[
"Action",
"collapsed",
"[n] . (engine:modality=summary, grammar:?collapsed)"
"[n] . (engine:modality=summary, grammar:collapsed)"
],
[
"Action",
Expand Down
2 changes: 1 addition & 1 deletion mathmaps/fr/rules/mathspeak_french_actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[
"Action",
"collapsed",
"[n] . (engine:modality=summary, grammar:?collapsed)"
"[n] . (engine:modality=summary, grammar:collapsed)"
],
[
"Action",
Expand Down
2 changes: 1 addition & 1 deletion mathmaps/it/rules/clearspeak_italian_actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[
"Action",
"collapsed",
"[n] . (engine:modality=summary, grammar:?collapsed)"
"[n] . (engine:modality=summary, grammar:collapsed)"
],
[
"Action",
Expand Down
2 changes: 1 addition & 1 deletion mathmaps/it/rules/mathspeak_italian_actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[
"Action",
"collapsed",
"[n] . (engine:modality=summary, grammar:?collapsed)"
"[n] . (engine:modality=summary, grammar:collapsed)"
],
[
"Action",
Expand Down

0 comments on commit 620d8a5

Please sign in to comment.