Remove German language option (#590)

This commit is contained in:
InfiniteTF 2020-06-02 01:37:13 +02:00 committed by GitHub
parent dc5efb9e31
commit d1e6858c11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 16 deletions

View file

@ -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>

View file

@ -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": ""
}

View file

@ -1,7 +1,5 @@
import en from "./en.json";
import de from "./de.json";
export default {
en,
de,
};