Skip to content

Commit

Permalink
RakuAST: some L10N::NL tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Sep 20, 2023
1 parent f1c6261 commit 9866e7a
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions lib/RakuAST/Deparse/L10N/NL.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ use v6.e.PREVIEW;
unit role RakuAST::Deparse::L10N::NL;

my constant %translation is export =
block-default => 'indien-niets',
block-else => 'anders',
block-elsif => 'anders-als',
block-for => 'voor-alle',
block-given => 'gegeven',
block-if => 'als',
block-loop => 'lus',
block-orwith => 'of-met',
block-repeat => 'herhaal',
block-unless => 'tenzij',
block-until => 'totdat',
block-when => 'indien',
blockwhenever => 'zodra',
block-while => 'zolang',
block-with => 'met',
block-without => 'zonder',
block-default => 'indien-niets',
block-else => 'anders',
block-elsif => 'anders-als',
block-for => 'voor-alle',
block-given => 'gegeven',
block-if => 'als',
block-loop => 'lus',
block-orwith => 'of-met',
block-repeat => 'herhaal',
block-unless => 'tenzij',
block-until => 'totdat',
block-when => 'indien',
block-whenever => 'zodra',
block-while => 'zolang',
block-with => 'met',
block-without => 'zonder',

constraint-where => 'waar',

Expand Down Expand Up @@ -319,12 +319,12 @@ my constant %translation is export =
phaser-QUIT => 'STOP',
phaser-UNDO => 'NEGEER',

prefix-not => 'nietes',
prefix-so => 'welles',
prefix-not => 'niet',
prefix-so => 'wel',

routine-method => 'methode',
routine-sub => 'sub',
routine-regex => 'regex',
# routine-sub => 'sub',
# routine-regex => 'regex',
routine-rule => 'regel',
routine-submethod => 'submethode',
routine-token => 'merkteken',
Expand Down

0 comments on commit 9866e7a

Please sign in to comment.