README

NAME

L10N::EN - English localization of Raku

SYNOPSIS

use L10N::NL;           # or any other non-English localization
zeg "Hallo wereld";
{
    gebruik L10N::EN;   # Note: -use- is -gebruik- in L10N::NL
    say "Hello World";  # now back to "normal" english syntax
}

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, 2025 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.4

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.

Built with Podlite β€” the markup and publishing tools behind this site.