You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicreadonlystringmissingVariablePrefix=L10n.Tr("Variable '{0}' is missing '--' prefix");
39
+
publicreadonlystringmissingVariablePrefix=Tr("Variable '{0}' is missing '--' prefix");
36
40
37
-
publicreadonlystringinvalidHighResAssetType=L10n.Tr("Unsupported type {0} for asset at path '{1}' ; only Texture2D is supported for variants with @2x suffix\nSuggestion: verify the import settings of this asset.");
41
+
publicreadonlystringinvalidHighResAssetType=Tr("Unsupported type {0} for asset at path '{1}' ; only Texture2D is supported for variants with @2x suffix\nSuggestion: verify the import settings of this asset.");
38
42
39
-
publicreadonlystringinvalidSelectorListDelimiter=L10n.Tr("Invalid selector list delimiter: '{0}'");
43
+
publicreadonlystringinvalidSelectorListDelimiter=Tr("Invalid selector list delimiter: '{0}'");
publicreadonlystringinvalidAssetType=L10n.Tr("Unsupported type {0} for asset at path '{1}' ; only the following types are supported: {2}\nSuggestion: verify the import settings of this asset.");
61
+
publicreadonlystringinvalidAssetType=Tr("Unsupported type {0} for asset at path '{1}' ; only the following types are supported: {2}\nSuggestion: verify the import settings of this asset.");
58
62
59
-
publicreadonlystringunknownPsuedoClass=L10n.Tr("Unknown psuedo class '{0}' in selector '{1}`");
63
+
publicreadonlystringunknownPsuedoClass=Tr("Unknown psuedo class '{0}' in selector '{1}`");
0 commit comments