L10N-PT
NAME
L10N::PT - Portuguese localization of Raku
SYNOPSIS
$ porku -e 'diga "OlĂĄ Mundo"' OlĂĄ Mundo
use L10N::PT;
diga "OlĂĄ Mundo";
DESCRIPTION
The L10N::PT distribution contains the logic to provide a Portuguese
localization of the Raku Programming Language. It installs a
porku executable that will automatically activate the Portuguese
localization. And it allows one to use the Portuguese localization
in selected programs with a use L10N::PT statement.
AUTHORS
Fernando CorrĂȘa de Oliveira
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