Skip to content

Commit

Permalink
Merge pull request #2016 from MushroomObserver/reinstate-rake-lang-ex…
Browse files Browse the repository at this point in the history
…port

Reinstated rake lang:export:unofficial.
  • Loading branch information
pellaea committed Mar 9, 2024
2 parents ab82da4 + c813753 commit 898c32c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tasks/lang.rake
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ namespace :lang do
"check:official", # check syntax of official file
"import:official", # import any changes from official file
"strip:all", # strip out any strings we no longer need
"update:all" # update localization (YAML) files
"update:all", # update localization (YAML) files
"export:unofficial" # (still needed by some tests)
]

[
Expand Down

0 comments on commit 898c32c

Please sign in to comment.