mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Custom localization (#2837)
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -26,6 +26,19 @@ The stash UI can be customised using custom CSS. See [here](https://github.com/s
|
||||
|
||||
[Stash Plex Theme](https://github.com/stashapp/stash/wiki/Theme-Plex) is a community created theme inspired by the popular Plex interface.
|
||||
|
||||
## Custom Locales
|
||||
|
||||
The localisation strings can be customised. The master list of default (en-GB) locale strings can be found [here](https://github.com/stashapp/stash/blob/develop/ui/v2.5/src/locales/en-GB.json). The custom locale format is the same as this json file.
|
||||
|
||||
For example, to override the `actions.add_directory` label (which is `Add Directory` by default), you would have the following in the custom locale:
|
||||
|
||||
```
|
||||
{
|
||||
"actions": {
|
||||
"add_directory": "Some other description"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Custom served folders
|
||||
|
||||
|
||||
Reference in New Issue
Block a user