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

Collect all locale (language packs) contributions in a single file #41751

Closed
sandy081 opened this issue Jan 17, 2018 · 0 comments
Closed

Collect all locale (language packs) contributions in a single file #41751

sandy081 opened this issue Jan 17, 2018 · 0 comments
Assignees
Labels
feature-request Request for new features or functionality l10n-platform Localization platform issues (not wrong translations) on-testplan
Milestone

Comments

@sandy081
Copy link
Member

sandy081 commented Jan 17, 2018

Ref: #39178

Collect all locale (language packs) contributions from installed extensions in a single file called languagepacks.json.

Update the file when language pack extension is installed or uninstalled.

This file is located under user data directory.

Format of this file:

{
	"br": [
		{
			"extensionIdentifier": {
				"id": "pub.name",
				"uuid": null
			},
			"path": "<extensions-dir>/test-extension/br.tsfx"
		}
	]
}

CC @dbaeumer @aeschli

@sandy081 sandy081 added feature-request Request for new features or functionality l10n-platform Localization platform issues (not wrong translations) labels Jan 17, 2018
@sandy081 sandy081 added this to the January 2018 milestone Jan 17, 2018
@sandy081 sandy081 self-assigned this Jan 17, 2018
sandy081 added a commit that referenced this issue Jan 17, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality l10n-platform Localization platform issues (not wrong translations) on-testplan
Projects
None yet
Development

No branches or pull requests

1 participant