L10N-DE
NAME
L10N::DE - German localization of Raku
SYNOPSIS
$ gerku -e 'sag "Hallo Welt"' Hallo Welt
use L10N::DE;
sag "Hallo Welt";
DESCRIPTION
The L10N::DE distribution contains the logic to provide a German
localization of the Raku Programming Language. It installs a
gerku executable that will automatically activate the German
localization. And it allows one to use the German localization
in selected programs with a use L10N::DE statement.
AUTHORS
Elizabeth Mattijsen <[email protected]>
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