Skip to content
This repository was archived by the owner on Aug 7, 2022. It is now read-only.

Commit 447a534

Browse files
authored
Merge pull request #7 from luisprmat/main
Update README.md and CHANGELOG.md
2 parents 38a873e + 49ef780 commit 447a534

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.2.0] - 2022-02-09
10+
### Added
11+
- Support for Laravel `^9.0` and Laravel-lang `^10.4` [[#6]](https://github.com/luisprmat/laravel-lang-installer/pull/6)
12+
913
## [1.1.2] - 2021-09-29
1014
### Fixed
1115
- Instalation message with `jetstream-ext` was included

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ php artisan lang:add ar --inline
7272
```
7373

7474
## Supported languages
75-
`af`, `ar`, `az`, `be`, `bg`, `bn`, `bs`, `ca`, `cs`, `cy`, `da`, `de`, `de_CH`, `el`, `es`, `et`, `eu`, `fa`, `fi`, `fil`, `fr`, `gl`, `he`, `hi`, `hr`, `hu`, `hy`, `id`, `is`, `it`, `ja`, `ka`, `kk`, `km`, `kn`, `ko`, `lt`, `lv`, `mk`, `mn`, `mr`, `ms`, `nb`, `ne`, `nl`, `nn`, `oc`, `pl`, `ps`, `pt`, `pt_BR`, `ro`, `ru`, `sc`, `si`, `sk`, `sl`, `sq`, `sr_Cyrl`, `sr_Latn`, `sr_Latn_ME`, `sv`, `sw`, `tg`, `th`, `tk`, `tl`, `tr`, `ug`, `uk`, `ur`, `uz_Cyrl`, `uz_Latn`, `vi`, `zh_CN`, `zh_HK`, `zh_TW`
75+
`af`, `ar`, `az`, `be`, `bg`, `bn`, `bs`, `ca`, `cs`, `cy`, `da`, `de`, `de_CH`, `el`, `es`, `et`, `eu`, `fa`, `fi`, `fil`, `fr`, `gl`, `gu`, `he`, `hi`, `hr`, `hu`, `hy`, `id`, `is`, `it`, `ja`, `ka`, `kk`, `km`, `kn`, `ko`, `lt`, `lv`, `mk`, `mn`, `mr`, `ms`, `nb`, `ne`, `nl`, `nn`, `oc`, `pl`, `ps`, `pt`, `pt_BR`, `ro`, `ru`, `sc`, `si`, `sk`, `sl`, `sq`, `sr_Cyrl`, `sr_Latn`, `sr_Latn_ME`, `sv`, `sw`, `tg`, `th`, `tk`, `tl`, `tr`, `ug`, `uk`, `ur`, `uz_Cyrl`, `uz_Latn`, `vi`, `zh_CN`, `zh_HK`, `zh_TW`
7676

7777
## Contributing
7878
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

src/Console/InstallCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ protected function getLocales(string $path): array
133133
foreach ($directories as $directory) {
134134
$locales[] = $filesystem->name($directory);
135135
}
136+
136137
return $locales;
137138
}
138139

0 commit comments

Comments
 (0)