Skip to content

Commit

Permalink
Fixed all locale structures.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Jun 29, 2024
1 parent 4645b16 commit 748922c
Show file tree
Hide file tree
Showing 4 changed files with 499 additions and 240 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Dates are in `YYYY-MM-DD` format and versions are in [semantic versioning](http:
- Correct typos in tutorial.
- Ensured type errors when a structure definition is given instead of a structure value.
- When generalizing a union type of function types, generalize their output types.
- Repaired structure of Korean locale.
- [#503](https://github.com/wordplaydev/wordplay/issues/503). Prevent infinite loops in parser.
- [#504](https://github.com/wordplaydev/wordplay/issues/504). Account for non-fixed-width characters in caret positioning.
- [#488](https://github.com/wordplaydev/wordplay/issues/488). Added animations off indicator on stage.
Expand Down
6 changes: 3 additions & 3 deletions static/locales/example/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,7 @@
"random": { "doc": "$?", "names": "$?", "inputs": [] },
"shuffled": {
"doc": ["$?"],
"names": "$? shuffle",
"names": "$?",
"inputs": []
},
"first": { "doc": "$?", "names": "$?", "inputs": [] },
Expand Down Expand Up @@ -1745,7 +1745,7 @@
},
"output": {
"Output": {
"names": "$? Output",
"names": "$?",
"doc": "$?"
},
"Stage": {
Expand Down Expand Up @@ -1848,7 +1848,7 @@
"style": { "doc": "$?", "names": "$?" }
},
"Phrase": {
"names": ["💬", "Frase"],
"names": "$?",
"doc": "$?",
"description": "$?",
"text": { "doc": "$?", "names": "$?" },
Expand Down
Loading

0 comments on commit 748922c

Please sign in to comment.