cli/pkg/i18n/locales/en_US.json

11 lines
365 B
JSON
Raw Normal View History

{
"gram": {
"verb": {
"analyse": { "base": "analyze", "past": "analyzed", "gerund": "analyzing" },
"organise": { "base": "organize", "past": "organized", "gerund": "organizing" },
"recognise": { "base": "recognize", "past": "recognized", "gerund": "recognizing" },
"realise": { "base": "realize", "past": "realized", "gerund": "realizing" }
}
}
}