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
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
/.github export-ignore
/.gitignore export-ignore
/.php-cs-fixer.dist.php export-ignore
/composer.lock export-ignore
/docs export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore

/docs/** linguist-documentation
/tests/Fixtures/** -linguist-detectable
/tests/fixtures/** -linguist-detectable
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@
/.php-cs-fixer.cache
/coverage/
/coverage.xml
/clover.xml
/phpstan.neon
/phpunit.xml
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,19 @@ composer qa

Changes to public behavior should include tests and documentation.

Bundled definitions live in `data/languages/`. Add one file named after the language slug; the
catalog consistency tests validate its identifiers, filenames, and parent relationship.
Bundled definitions live in `data/languages/`. Add one file named after the
language slug; catalogue tests validate identifiers, filenames, and parent
relationships.

## Support

ALTO Language is open source. You can support its continued development through
ALTO Language is open source and independently maintained by
[Simon André](https://smnandre.dev). If it is useful to your work, you can
support its continued development through
[GitHub Sponsors](https://github.com/sponsors/smnandre).

Sharing this package with others or
[starring it on GitHub](https://github.com/altophp/language) is also much
appreciated.
Sharing the package or
[starring it on GitHub](https://github.com/altophp/language) also helps.

## License

Expand Down
Loading