mirror of
https://github.com/WowUp/WowUp.git
synced 2026-05-24 22:46:45 -04:00
Merge pull request #14 from KDederichs/access_key_fixes
German Translation and test suit fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Component, Input } from "@angular/core";
|
||||
import { TestBedStatic } from "@angular/core/testing";
|
||||
import {TestBed} from "@angular/core/testing";
|
||||
import { MatIcon, MatIconModule } from "@angular/material/icon";
|
||||
|
||||
@Component({
|
||||
@@ -12,7 +12,7 @@ export class MockMatIconComponent {
|
||||
@Input() public fontIcon: any;
|
||||
}
|
||||
|
||||
export function overrideIconModule(testBed: TestBedStatic): TestBedStatic {
|
||||
export function overrideIconModule(testBed: TestBed): TestBed {
|
||||
return testBed.overrideModule(MatIconModule, {
|
||||
remove: {
|
||||
declarations: [MatIcon],
|
||||
|
||||
@@ -483,7 +483,7 @@
|
||||
},
|
||||
"OPTIONS": {
|
||||
"ADDON": {
|
||||
"AD_REQUIRED_HINT": "Ad or access key required",
|
||||
"AD_REQUIRED_HINT": "Werbung oder API-Schlüssel erforderlich",
|
||||
"CURSE_FORGE_V2": {
|
||||
"API_KEY_DESCRIPTION": "Wenn du einen CurseForge-API-Schlüssel angefordert hast, kannst du ihn hier eingeben, um dich mit deren API zu verbinden.",
|
||||
"API_KEY_TITLE": "CurseForge API-Schlüssel",
|
||||
|
||||
Reference in New Issue
Block a user