Skip to content

Commit

Permalink
Add support for premium extensions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rob006 committed May 25, 2020
1 parent ffc06ce commit f236fb5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
],
'languages' => require __DIR__ . '/config/languages.php',
'subsplits' => require __DIR__ . '/config/subsplits.php',
'premiumExtensions' => require __DIR__ . '/config/premium-extensions.php',
'vendors' => [
'various' => require __DIR__ . '/config/various-vendors.php',
],
Expand Down
15 changes: 15 additions & 0 deletions config/premium-extensions.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

/*
* This file is part of the flarum-translations-builder.
*
* Copyright (c) 2020 Robert Korulczyk <robert@korulczyk.pl>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/

declare(strict_types=1);

return [
];

0 comments on commit f236fb5

Please sign in to comment.