fix: remove categories from custom translations

This commit is contained in:
Rainer Killinger
2019-11-11 14:42:52 +01:00
parent e92bf6f7c7
commit 9658f05d31
2 changed files with 0 additions and 8 deletions

View File

@@ -62,10 +62,6 @@ export interface SCThingWithCategories<T, U extends SCThingWithCategoriesSpecifi
*/
export interface SCThingWithCategoriesTranslatableProperties
extends SCThingTranslatableProperties {
/**
* translations of the categories of a thing with categories
*/
categories?: string[];
}
/**

View File

@@ -16,7 +16,6 @@
},
"translations": {
"de": {
"categories": ["Benutzer"],
"description": "Die Sprache in der die App angezeigt wird.",
"name": "Sprache",
"values": [
@@ -25,9 +24,6 @@
]
},
"en": {
"categories": [
"User"
],
"description": "The language this app is going to use.",
"name": "Language",
"values": [