From 2fc0bdffe9a684ffba3dea9bc1077f103430cf5e Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Mon, 18 Oct 2021 00:50:55 +0200 Subject: [PATCH] Renamed localize message --- src/messages.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/messages.ts b/src/messages.ts index c031e9e..eebda27 100644 --- a/src/messages.ts +++ b/src/messages.ts @@ -34,7 +34,7 @@ export const DATE = { } as const; export const LANGUAGES = { - INVALID_TYPE: + INVALID_LANG: "Cannot set localization. Expected a string for 'lang' but received %s", NO_TRANSLATIONS: "Cannot create or use language %s. If your itention was to just add a language (.lproj) folder to the bundle, both specify some translations or use .addBuffer to add some media.",