5 unstable releases
0.3.1 | Jun 8, 2023 |
---|---|
0.3.0 | Mar 27, 2023 |
0.2.1 | Feb 19, 2023 |
0.2.0 | Jan 22, 2023 |
0.1.0 | Oct 4, 2022 |
#136 in Internationalization (i18n)
121 downloads per month
Used in 2 crates
24KB
391 lines
legacytranslate
Internationalization library of legacylisten.
The internationalization module of legacylisten was extracted and made to it's own crate – this one – to improve readability and reusability.
L10n
is the central type of this crate, it's supposed to hold
all language information of the program (although you can have
multiple L10n
s if you e.g. want multiple languages). It's
write
method prints the message given to it.
Messages must implement the Message
trait which converts an
easy to use type to all the data that are needed under the hood.
L10n
s are constructed out of a value that implements the
Lang
trait.
See legacylisten
to see
how this crate is best used.
Contributing
As every software legacytranslate
too always can be improved.
While I'm trying to get it usable alone, I don't have unlimited
time and especially not always the best ideas. If you can help
with that or on some other way (like with a feature request or
documentation improvements) please help.
I assume that unless stated otherwise every contribution follows the necessary license.
License
Though unusual for a rust program, legacytranslate
is released
under the GNU General Public License version 3 or (at your option)
any later version.
For more see LICENSE.md.
Dependencies
~5–14MB
~165K SLoC