mirror of
https://github.com/stashapp/stash.git
synced 2025-12-15 12:52:38 +01:00
Remove German language option (#590)
This commit is contained in:
parent
dc5efb9e31
commit
d1e6858c11
3 changed files with 0 additions and 16 deletions
|
|
@ -71,7 +71,6 @@ export const SettingsInterfacePanel: React.FC = () => {
|
|||
>
|
||||
<option value="en-US">English (United States)</option>
|
||||
<option value="en-GB">English (United Kingdom)</option>
|
||||
<option value="de-DE">Deutsch</option>
|
||||
</Form.Control>
|
||||
</Form.Group>
|
||||
<Form.Group>
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"developmentVersion": "",
|
||||
"galleries": "Galerien",
|
||||
"library-size": "",
|
||||
"markers": "",
|
||||
"movies": "Filme",
|
||||
"new": "Neu",
|
||||
"performers": "Künstler",
|
||||
"scenes": "Szenen",
|
||||
"studios": "Studios",
|
||||
"tags": "Etiketten",
|
||||
"up-dir": ""
|
||||
}
|
||||
|
|
@ -1,7 +1,5 @@
|
|||
import en from "./en.json";
|
||||
import de from "./de.json";
|
||||
|
||||
export default {
|
||||
en,
|
||||
de,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue