mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Remove German language option (#590)
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user