L10N-FR

NAME

L10N::FR - French localization of Raku

SYNOPSIS

$ freku -e 'dis "Bonjour Monde"'
Bonjour Monde
$ brie -e 'dis "Bonjour Monde"'
Bonjour Monde

use L10N::FR;
dis "Bonjour Monde";

DESCRIPTION

The L10N::FR distribution contains the logic to provide a French localization of the Raku Programming Language. It also installs a nedku executable and a brie executable that will automatically activate the French localization. And it allows one to use the French localization in selected programs with a use L10N::FR statement.

AUTHORS

Lucien Grondin

COPYRIGHT AND LICENSE

Copyright 2023, 2025 Raku Localization Team

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

# vim: expandtab shiftwidth=4

L10N::FR v0.0.3

French localization of Raku

Authors

  • Lucien Grondin

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • L10N::FR
  • RakuAST::Deparse::L10N::FR

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.

Built with Podlite — the markup and publishing tools behind this site.