npm package diff

Package: @forge/manifest

Versions: 7.6.1-next.0 - 7.6.1-next.1

File: package/out/text/errors.js

Index: package/out/text/errors.js
===================================================================
--- package/out/text/errors.js
+++ package/out/text/errors.js
@@ -170,8 +170,17 @@
             extraFiles: {
                 missing: (glob) => `Extra files specification '${glob}' does not match any files.`
             }
         }
+    },
+    translations: {
+        missingTranslationsJsonFile: (languageLocaleCode) => `There is no available translations JSON file for the specified fallback language: '${languageLocaleCode}'`,
+        duplicateFallbackConfig: (languageLocaleCode) => `Duplicated fallback configuration found for: '${languageLocaleCode}'`,
+        invalidLanguageFile: (languageLocaleCode, path) => `An error occurred while reading JSON file for '${languageLocaleCode}' at the specified path: ${path}`,
+        duplicateResourceKey: (languageLocaleCode) => `Duplicate translations resource key found: '${languageLocaleCode}'`,
+        i18nKeyNotFound: (keyName) => `i18n key '${keyName}' could not be found in default locale file.`,
+        missingTranslationsPropertyError: 'i18n key(s) found but translations property is missing in manifest file',
+        internalI18nPropertyKeyFound: (propertyKey, moduleKey) => `Unexpected property key '${propertyKey}' found in '${moduleKey}' module`
     }
 };
 var References;
 (function (References) {