Skip to content

Commit

Permalink
Update update script
Browse files Browse the repository at this point in the history
To make sure that there is a precompiled version of the module
compiled with the non-RakuAST version (as there appears to be still
a bug in precompilation in RakuAST that will stop the slang from
working for all if the translatable items that require a grammar
mixin, such as "my").
  • Loading branch information
lizmat committed Jan 12, 2024
1 parent c51c926 commit 289c7c7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions localizations/DE/update-localization
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

use RakuAST::L10N;
update-module("DE");
"use lib '.'; use L10N::DE".EVAL;
1 change: 1 addition & 0 deletions localizations/EN/update-localization
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

use RakuAST::L10N;
update-module("EN");
"use lib '.'; use L10N::EN".EVAL;
1 change: 1 addition & 0 deletions localizations/FR/update-localization
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

use RakuAST::L10N;
update-module("FR");
"use lib '.'; use L10N::FR".EVAL;
1 change: 1 addition & 0 deletions localizations/HU/update-localization
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

use RakuAST::L10N;
update-module("HU");
"use lib '.'; use L10N::HU".EVAL;
1 change: 1 addition & 0 deletions localizations/IT/update-localization
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

use RakuAST::L10N;
update-module("IT");
"use lib '.'; use L10N::IT".EVAL;
1 change: 1 addition & 0 deletions localizations/NL/update-localization
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

use RakuAST::L10N;
update-module("NL");
"use lib '.'; use L10N::NL".EVAL;
1 change: 1 addition & 0 deletions localizations/PT/update-localization
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

use RakuAST::L10N;
update-module("PT");
"use lib '.'; use L10N::PT".EVAL;

0 comments on commit 289c7c7

Please sign in to comment.