Renamed localize message

This commit is contained in:
Alexander Cerutti
2021-10-18 00:50:55 +02:00
parent 07151ec4c8
commit 2fc0bdffe9

View File

@@ -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.",