-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sn368 localizationfixes #2057
Open
mithunhegde-egov
wants to merge
16
commits into
develop
Choose a base branch
from
SN368-localizationfixes
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Sn368 localizationfixes #2057
Changes from 14 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
d7478d9
localization fixes
mithunhegde-egov 3d63498
localization fixes
mithunhegde-egov 5ac73ac
updated
mithunhegde-egov d8c9125
localization changes
mithunhegde-egov 461ae73
mdms edit updated
mithunhegde-egov 608064d
keystroke fix
mithunhegde-egov c30ba57
css fixes
mithunhegde-egov 745974e
inter package json updated
mithunhegde-egov 9d68cf4
ui cusotmization
mithunhegde-egov 5ba8d41
cleanup console
mithunhegde-egov 62cf267
removed console log
mithunhegde-egov 680d8e8
updated mdms edit
mithunhegde-egov c0d0d45
cleanup console log
mithunhegde-egov f3f7561
Merge branch 'develop' into SN368-localizationfixes
mithunhegde-egov 60650ad
console cleanup
mithunhegde-egov a8a7f8c
cleanup console
mithunhegde-egov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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 |
---|---|---|
|
@@ -269,4 +269,4 @@ export const UICustomizations = { | |
} | ||
}, | ||
}, | ||
}; | ||
}; | ||
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹 Nitpick (assertive)
Improve code clarity with well-structured comments and consistent naming.
A single final bracket at line 272 is not enough to convey the boundaries of major sections within the file. Consider adding headings or in-line documentation to guide future maintainers.