README

NAME

L10N::EN - English localization of Raku

SYNOPSIS

use L10N::NL;
zeg "Hallo wereld";
{
    gebruik L10N::EN;  # Note: -use- needs to be in outer localization
    say "Hello World";
}

DESCRIPTION

L10N::EN contains the logic to provide a English localization of the Raku Programming Language.

Note that this is the same mapping as the core. This localization is mainly intended to allow switching back to the core language in a scope, while being in another localization.

AUTHORS

Elizabeth Mattijsen [email protected]

COPYRIGHT AND LICENSE

Copyright 2023 Raku Localization Team

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

L10N::EN v0.0.1

English localization of Raku

Authors

  • Elizabeth Mattijsen

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • L10N::EN
  • RakuAST::Deparse::L10N::EN

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