Skip to content

Commit

Permalink
Merge pull request #77 from Laravel-Lang/3.x
Browse files Browse the repository at this point in the history
Rename `Local Plugins` to `Official Plugins`
  • Loading branch information
andrey-helldar authored Mar 7, 2023
2 parents 876b7b9 + bf6e585 commit b58d960
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = {
text: 'Plugins',
children: [
'/plugins/installation.md',
'/plugins/local.md',
'/plugins/official.md',
'/plugins/community.md'
]
},
Expand Down Expand Up @@ -108,7 +108,7 @@ module.exports = {
text: 'Plugins',
children: [
'/plugins/installation.md',
'/plugins/local.md',
'/plugins/official.md',
'/plugins/community.md'
]
},
Expand Down
3 changes: 1 addition & 2 deletions docs/plugins/installation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Install Plugins

::: tip
[See list](local.md) of official packages working with the translation manager.
You can also see the list of available [official](official.md) plugins and created by [communities](community.md).
:::

For a manager to work, you need to do two things:
Expand All @@ -13,7 +13,6 @@ Now, when the `php artisan lang:update` command is executed, the manager will ch

If files with the same names exist in different packages, for example, `custom.php`, then during their processing all keys from all files will be combined.


::: tip
For ease of development, use a ready-made [Translations Template](https://github.com/Laravel-Lang/translations-template).
:::
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/local.md → docs/plugins/official.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Local Plugins
# Official Plugins

| Package | Comment |
|:------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------|
Expand Down

0 comments on commit b58d960

Please sign in to comment.