mirror of
https://github.com/wassname/talk.git
synced 2026-07-23 13:10:20 +08:00
Merge pull request #1478 from mkonikov/patch-4
Clarifying importance of order in plugins.json
This commit is contained in:
@@ -377,7 +377,11 @@ en:
|
||||
|
||||
Which overrides the copy for the `embedlink.copy` template. You can
|
||||
also provide other languages as well by using the correct language
|
||||
prefix.
|
||||
prefix.
|
||||
|
||||
When creating a plugin using this `translations` hook to override copy
|
||||
from another plugin, be sure to list it after the plugin it's overriding
|
||||
in the `plugins.json` file.
|
||||
|
||||
### websockets
|
||||
|
||||
@@ -524,4 +528,4 @@ module.exports = {
|
||||
}
|
||||
};
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user