https://github.com/projectfluent/fluent-kotlin
Kotlin tooling implementation of ProjectFluent
https://github.com/projectfluent/fluent-kotlin
Last synced: 12 months ago
JSON representation
Kotlin tooling implementation of ProjectFluent
- Host: GitHub
- URL: https://github.com/projectfluent/fluent-kotlin
- Owner: projectfluent
- License: other
- Created: 2020-05-31T13:41:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-12T17:31:32.000Z (over 5 years ago)
- Last Synced: 2024-04-15T12:22:56.575Z (about 2 years ago)
- Language: Kotlin
- Homepage: https://www.projectfluent.org/fluent-kotlin/
- Size: 364 KB
- Stars: 29
- Watchers: 10
- Forks: 12
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Project Fluent
==============
This is a collection of Kotlin packages to use the `Fluent localization
system `__.
fluent-kotlin consists of these packages:
``fluent.syntax``
-----------------
The `syntax package `_ includes the parser, serializer, and traversal
utilities like Visitor. You’re looking for this package
if you work on tooling for Fluent in Kotlin or Java.
Contribute
----------
The Kotlin sources in this project use `ktlint `__.
To run tests and resolve linting errors, run the following commands before submitting
patches.
- ``./fluent.syntax/gradlew test -p './fluent.syntax'``
- ``./fluent.syntax/gradlew ktlintFormat -p './fluent.syntax'``
Discuss
-------
We’d love to hear your thoughts on Project Fluent! Whether you’re a
localizer looking for a better way to express yourself in your language,
or a developer trying to make your app localizable and multilingual, or
a hacker looking for a project to contribute to, please do get in touch
on the mailing list and the Matrix channel.
- Mozilla Discourse: https://discourse.mozilla.org/c/fluent
- Matrix channel:
`#fluent:mozilla.org `__
Get Involved
------------
fluent-kotlin is open-source, licensed under the Apache License, Version
2.0. We encourage everyone to take a look at our code and we’ll listen
to your feedback.