Skip to content

Commit

Permalink
Language translation issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratikshakhandagale committed Jul 10, 2024
1 parent 6235d50 commit 07d6b15
Show file tree
Hide file tree
Showing 10 changed files with 77 additions and 64 deletions.
1 change: 1 addition & 0 deletions www/5695.67495d6c1a678e0c.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion www/5695.d248d52c3e98eb4e.js

This file was deleted.

8 changes: 5 additions & 3 deletions www/assets/appConfig/garhwal-school.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,11 @@
"default": true
}
],
"kathaSakhiBotName": "Story GEMS",
"parentTaraBotName": "Parent GEMS",
"teacherTaraBotName": "Teacher GEMS",
"en": {
"kathaSakhiBotName": "Story GEMS",
"parentTaraBotName": "Parent GEMS",
"teacherTaraBotName": "Teacher GEMS"
},
"footerText": "Developed with ❤️ by Tekdi Technologies ",
"headerColor": "brown",
"headerFontSize": "16",
Expand Down
9 changes: 6 additions & 3 deletions www/assets/appConfig/hummingbird-school.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,12 @@
"default": true
}
],
"kathaSakhiBotName": "Story Baideo",
"parentTaraBotName": "Parent Bondhu",
"teacherTaraBotName": "Teacher Bondhu",
"en": {
"kathaSakhiBotName": "Story Baideo",
"parentTaraBotName": "Parent Bondhu",
"teacherTaraBotName": "Teacher Bondhu"
},

"footerText": "Developed with ❤️ by Tekdi Technologies ",
"headerColor": "brown",
"headerFontSize": "16",
Expand Down
94 changes: 51 additions & 43 deletions www/assets/appConfig/localhost.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,46 +7,48 @@
"key": "agegroup",
"value": "3-6"
},
"headerFilters": [{
"defaultFilter": {
"id": "All",
"label": "All",
"query": "",
"filters": "All"
},
"additionalFilters": [
{
"id": "Stories",
"label": "Stories",
"query": "Stories",
"filters": "Stories"
},
{
"id": "Activities",
"label": "Activities",
"query": "Activities",
"filters": "Activities"
},
{
"id": "Songs",
"label": "Songs",
"query": "Songs",
"filters": "Songs"
},
{
"id": "Audio Books",
"label": "Audio Books",
"query": "Audio Books",
"filters": "Audio Books"
"headerFilters": [
{
"defaultFilter": {
"id": "All",
"label": "All",
"query": "",
"filters": "All"
},
{
"id": "Handbooks",
"label": "Handbooks",
"query": "Handbooks",
"filters": "Handbooks"
}
]
}],
"additionalFilters": [
{
"id": "Stories",
"label": "Stories",
"query": "Stories",
"filters": "Stories"
},
{
"id": "Activities",
"label": "Activities",
"query": "Activities",
"filters": "Activities"
},
{
"id": "Songs",
"label": "Songs",
"query": "Songs",
"filters": "Songs"
},
{
"id": "Audio Books",
"label": "Audio Books",
"query": "Audio Books",
"filters": "Audio Books"
},
{
"id": "Handbooks",
"label": "Handbooks",
"query": "Handbooks",
"filters": "Handbooks"
}
]
}
],
"languages": [
{
"id": "en",
Expand All @@ -59,12 +61,18 @@
"default": true
}
],
"kathaSakhiBotName": "Story GEMS",
"parentTaraBotName": "Parent GEMS",
"teacherTaraBotName": "Teacher GEMS",

"titleCode": [
"en"
],
"en": {
"kathaSakhiBotName": "Story GEMS",
"parentTaraBotName": "Parent GEMS",
"teacherTaraBotName": "Teacher GEMS"
},
"footerText": "Developed with ❤️ by Tekdi Technologies ",
"headerColor": "brown",
"headerFontSize": "16",
"footerColor": "brown",
"footerFontSize": "16"
}
}
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
<body>
<app-root></app-root>
<noscript>Please enable JavaScript to continue using this application.</noscript>
<script src="runtime.80e3b4de61127de9.js" type="module"></script><script src="polyfills.8aa0ed51fddab033.js" type="module"></script><script src="scripts.f969b614b9decf68.js" defer></script><script src="main.258335ef7f765b90.js" type="module"></script></body>
<script src="runtime.98e562af8632c6f2.js" type="module"></script><script src="polyfills.8aa0ed51fddab033.js" type="module"></script><script src="scripts.f969b614b9decf68.js" defer></script><script src="main.aa0a240da083d38a.js" type="module"></script></body>

</html>
1 change: 0 additions & 1 deletion www/main.258335ef7f765b90.js

This file was deleted.

1 change: 1 addition & 0 deletions www/main.aa0a240da083d38a.js

Large diffs are not rendered by default.

Loading

0 comments on commit 07d6b15

Please sign in to comment.