From 9c706a7e5fb61ec8681e1917cc5ace293b8046b0 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Tue, 23 Dec 2025 20:00:20 +0100 Subject: [PATCH] chore: update libretranslate key --- src/app/config/config.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/config/config.component.ts b/src/app/config/config.component.ts index b100d93..8a19d51 100644 --- a/src/app/config/config.component.ts +++ b/src/app/config/config.component.ts @@ -70,7 +70,7 @@ const langCodes = { export class ConfigComponent { public apiKey = new FormControl("", [Validators.required]); // I am aware that we are committing an API key. This is deliberate - this key has a 10 request per minute rate limit, and is provided for demonstration purposes. - public translateKey = new FormControl("accd53eb-371e-4657-81c8-1d2d521407a7", [Validators.required]); + public translateKey = new FormControl("7d599ce7-bdbc-4a94-8e4d-a33f9204395f", [Validators.required]); public sourceLanguage = new FormControl("English", [ Validators.required, () => (control: AbstractControl) =>