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 export interface SCThingWithCategoriesTranslatableProperties
extends SCThingTranslatableProperties { extends SCThingTranslatableProperties {
/**
* translations of the categories of a thing with categories
*/
categories?: string[];
} }
/** /**

View File

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