Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename Local Plugins to Official Plugins #77

Merged
merged 1 commit into from
Mar 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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