Skip to content

Commit

Permalink
RakuAST: add hooks for "knowhow" and "native"
Browse files Browse the repository at this point in the history
Which are also (internal) package declarators
  • Loading branch information
lizmat committed Sep 17, 2023
1 parent 4d1ff73 commit d6b2a46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/RakuAST/Deparse/L10N/CORE.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,9 @@ my constant %translation =

package-class => 'class',
package-grammar => 'grammar',
package-knowhow => 'knowhow',
package-module => 'module',
package-native => 'native',
package-package => 'package',
package-role => 'role',

Expand Down
2 changes: 2 additions & 0 deletions lib/RakuAST/Deparse/L10N/NL.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,9 @@ my constant %translation =

package-class => 'klasse',
package-grammar => 'grammatica',
# package-knowhow => 'knowhow',
package-module => 'module',
# package-native => 'native',
package-package => 'pakket',
package-role => 'rol',

Expand Down

0 comments on commit d6b2a46

Please sign in to comment.