Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbilling committed Dec 21, 2024
2 parents c77f529 + d443b55 commit d1d50f7
Show file tree
Hide file tree
Showing 5 changed files with 834 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
- name: Cache composer dependencies
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: ${{ steps.composer-cache.outputs.dir }}
# Use composer.json for key, if composer.lock is not committed.
Expand Down
2 changes: 1 addition & 1 deletion config/language.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
| This options indicates the language allowed languages.
|
*/
'allowed' => ['en', 'cn', 'cs', 'el', 'es', 'et', 'nb', 'nl', 'ru', 'sv', 'tw', 'pt-BR'],
'allowed' => ['en', 'cn', 'cs', 'el', 'es', 'et', 'nb', 'nl', 'ru', 'sv', 'tw', 'pt-BR', 'it'],
'done' => ['en', 'cn', 'el', 'et', 'nb', 'nl', 'tw', 'pt-BR'],

/*
Expand Down
Loading

0 comments on commit d1d50f7

Please sign in to comment.