Skip to content
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

Fix for #1479 : Incorrect usage of i18n format #1500

Merged
merged 2 commits into from
Mar 7, 2025

Conversation

kjayan
Copy link
Contributor

@kjayan kjayan commented Feb 11, 2025

This fixes the issue #1479 .

Ran a grep across the files under jupyter_server and found 2 occurrences to fix by adding format().

@kjayan kjayan marked this pull request as draft February 11, 2025 13:00
@3coins 3coins added the bug label Feb 11, 2025
@kjayan kjayan marked this pull request as ready for review February 12, 2025 03:59
@astitv-sh
Copy link

Approving the code changes. Thanks for your effort @kjayan!

@kjayan kjayan requested a review from astitv-sh February 17, 2025 16:28
Copy link

@andrii-i andrii-i left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, fixes both occurrences of incorrect usage of i18n format.

On macos in zsh I used the following to check for occurrences:

grep -Er "i18n\([^\"']" .

@vidartf vidartf closed this Mar 7, 2025
@vidartf vidartf reopened this Mar 7, 2025
@vidartf vidartf merged commit 2cf8ac5 into jupyter-server:main Mar 7, 2025
69 of 71 checks passed
@kjayan
Copy link
Contributor Author

kjayan commented Mar 9, 2025

Thanks for the merging the changes @vidartf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants