-
Notifications
You must be signed in to change notification settings - Fork 58
remove l10n lib dependency #504
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
base: main
Are you sure you want to change the base?
Conversation
a37bf49 to
b98724e
Compare
Achal1607
left a comment
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.
nit: please run the formatter on localiser.ts
vscode/src/localiser.ts
Outdated
| } | ||
| nbLocaleCode(){ | ||
| const vscodeLanguage = vscode.env.language; | ||
| if (!vscodeLanguage) return DEFAULT_LANGAUGE; |
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.
nit: typo DEFAULT_LANGAUGE -> DEFAULT_LANGUAGE
This line is not changed in this PR but typo maybe from earlier changes.
ee36dcb to
e5d4b68
Compare
f7d854c to
e543098
Compare
Achal1607
left a comment
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.
nit: Please format localisation/extension.test.ts file if not already done.
Also, please squash the commits at the end.
e543098 to
19682d3
Compare
Achal1607
left a comment
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.
LGTM, Thanks @naren2605 !
remove l10n lib dependency and use format method in code base from l10n library repo