Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes significant updates to the 1EdTech project, focusing on adding localization support and updating various models and templates. The main changes involve the introduction of localization strings, modifications to models, and updates to HTML and JavaScript files to support multiple languages.
Localization Support:
src/1edtech/abstract.js
: Added localization strings and updated the abstract section to use localized text. [1] [2] [3]src/1edtech/conformance.js
: Incorporated localization strings to update conformance text with localized content. [1] [2] [3]src/1edtech/contrib.js
: Added localization support for the contributors section. [1] [2]src/1edtech/mps.js
: Integrated localization strings and updated error messages and other text elements to be localized. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]src/1edtech/privacy.js
: Corrected the import path for localization strings related to privacy.Model and Template Updates:
1edtech-examples/model/model_with_localizations.lines
: Added a new model with localizations, including classes, properties, and interfaces for REST endpoints.1edtech-examples/model/model_with_localizations_ca_ES.lines
: Added Catalan localization for the model, including translations for classes, properties, and interfaces.1edtech-examples/mps_ca.html
: Created an HTML example with Catalan localization, including metadata, scripts, and sections for abstract, conformance, and terminology.