Skip to content

Commit

Permalink
feat: Changed English contract to work with exising contract loader
Browse files Browse the repository at this point in the history
  • Loading branch information
angrezichatterbox committed Jan 23, 2025
1 parent cc48f5f commit 472128f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/src/main/assets/data-contracts/en.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"numbers": { "singular": "plural" },
"genders": "NOT_INCLUDED",
"genders": {
"canonical": ["NOT_INCLUDED"],
"feminines": ["NOT_INCLUDED"],
"masculines": ["NOT_INCLUDED"],
"commons": ["NOT_INCLUDED"],
"neuters": ["NOT_INCLUDED"]
},
"conjugations": {
"1": {
"title": "Present",
Expand Down

0 comments on commit 472128f

Please sign in to comment.