mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 19:25:23 +00:00
Renamed localize message
This commit is contained in:
@@ -34,7 +34,7 @@ export const DATE = {
|
|||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
export const LANGUAGES = {
|
export const LANGUAGES = {
|
||||||
INVALID_TYPE:
|
INVALID_LANG:
|
||||||
"Cannot set localization. Expected a string for 'lang' but received %s",
|
"Cannot set localization. Expected a string for 'lang' but received %s",
|
||||||
NO_TRANSLATIONS:
|
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.",
|
"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.",
|
||||||
|
|||||||
Reference in New Issue
Block a user