Azure / Azure/vscode-azureterraform

Use the localization package

Open
#8 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Rich Text Format
Stars
40
Forks
40
Avg merge
9d 1h
Merged PRs (30d)
2

Description

In dependencies- "vscode-nls": "^2.0.2"
In code:

import * as nls from 'vscode-nls';
const localize = nls.loadMessageBundle();
const login = { title: localize('azure-account.login', "Login") };

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the dependency manifest and the code that defines the login title. Compare the current login message with the shown vscode-nls dependency and loadMessageBundle usage, then verify that the title is localized and the extension still builds and runs correctly.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript, vscode
Domain
localization
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.