-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] manifestCreator: i18n section v22
With app descriptor v22 (1.21.0) the i18n sections in the manifest are objects with: * bundleUrl * supportedLocales
- Loading branch information
1 parent
e9458e7
commit d3b7dda
Showing
10 changed files
with
179 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
test/expected/build/library.d/dest/resources/library/d/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"_version": "1.9.0", | ||
"_version": "1.21.0", | ||
"sap.app": { | ||
"id": "library.d", | ||
"type": "library", | ||
|
2 changes: 1 addition & 1 deletion
2
test/expected/build/library.h/dest-resources-json/resources/library/h/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"_version": "1.9.0", | ||
"_version": "1.21.0", | ||
"sap.app": { | ||
"id": "library.h", | ||
"type": "library", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
test/expected/build/library.h/dest/resources/library/h/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"_version": "1.9.0", | ||
"_version": "1.21.0", | ||
"sap.app": { | ||
"id": "library.h", | ||
"type": "library", | ||
|
2 changes: 1 addition & 1 deletion
2
test/expected/build/library.i/dest/resources/library/i/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"_version": "1.9.0", | ||
"_version": "1.21.0", | ||
"sap.app": { | ||
"id": "library.i", | ||
"type": "library", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
test/expected/build/library.k/dest/resources/library/k/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"_version": "1.9.0", | ||
"_version": "1.21.0", | ||
"sap.app": { | ||
"id": "library.k", | ||
"type": "library", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.