-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Get rid of missing translation #42970
Merged
Merged
Changes from 35 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
7dae918
get rid of missing translation FormHelpMessage
nkdengineer 7010adf
Fix translate error for DotIndicatorMessage
nkdengineer 7d39bf5
fix test
nkdengineer 6177f8b
fix error utils test
nkdengineer 0451213
complete fix tes
nkdengineer 7b70d73
fix translation error
nkdengineer 55a9077
remove the use of MaybePhraseKey type
nkdengineer 4320a8c
merge main
nkdengineer 20e829f
fix test
nkdengineer a7fb548
fix lint
nkdengineer 6d3a233
fix test
nkdengineer 0c4cabc
fix prettier
nkdengineer f29281c
add missing form helper error translation
nkdengineer 74f3f1d
merge main
nkdengineer 5fb3199
merge main
nkdengineer ba60fea
clean code
nkdengineer 97910d1
merge main
nkdengineer 6f6b5aa
Update src/components/MoneyRequestConfirmationList.tsx
nkdengineer c8bb635
Update src/components/AddressForm.tsx
nkdengineer 0416297
remove func translateIfPhraseKey and clean code
nkdengineer 727b30a
fix lint
nkdengineer 1383ae8
resolve conflict
nkdengineer 927288f
fix typecheck
nkdengineer 8190fa3
merge main
nkdengineer 506ac9a
fix ts error
nkdengineer 15e9eba
fix lint
nkdengineer 6968d60
Merge branch 'main' into fix/42539
nkdengineer 4edb5ed
merge main
nkdengineer d90a9df
fix: add missing translation
nkdengineer c4dd3da
merge main
nkdengineer 174d975
fix type
nkdengineer bfb9464
merge main
nkdengineer b6b85d2
fix lint
nkdengineer 61255a3
merge main
nkdengineer 7603cb4
remove type MaybePhraseKey
nkdengineer 899dc4e
merge main
nkdengineer 1ef917b
Merge branch 'main' into fix/42539
francoisl 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
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
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
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
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.
Looks like this type is not used anywhere anymore, we might as well remove it?