- Deleted obsolete localization file for English (en-us). - Updated version number from 1.0.4 to 1.1.0 in manifests.js and manifests.json. - Added localization support for German (de-de) in a new localization file. - Removed unnecessary dependencies from manifests. - Added .gitignore to exclude build artifacts and temporary files.
8 lines
201 B
JavaScript
8 lines
201 B
JavaScript
define([], function() {
|
|
return {
|
|
"Title": "MegaMenuApplicationCustomizer",
|
|
"ConfigurationMissing": "Navigation is not configured.",
|
|
"LoadError": "Navigation could not be loaded."
|
|
}
|
|
});
|