Update to langpack base source file, and fix to xlf generation. (#22829)

* update to build lib and langpack base files

* fix for gulp localization xlf task and xlf update

* fix to yarn
This commit is contained in:
Alex Ma
2023-04-24 11:33:13 -07:00
committed by GitHub
parent 7f388dd420
commit c42418d89c
105 changed files with 8591 additions and 10087 deletions

View File

@@ -100,6 +100,9 @@
<trans-unit id="dataworkspace.projectFilePlaceholder">
<source xml:lang="en">Select project file</source>
</trans-unit>
<trans-unit id="dataworkspace.projectFileTitle">
<source xml:lang="en">Project file</source>
</trans-unit>
<trans-unit id="dataworkspace.projectLocationPlaceholder">
<source xml:lang="en">Select location to create project</source>
</trans-unit>
@@ -115,9 +118,6 @@
<trans-unit id="dataworkspace.projectParentDirectoryNotExistError">
<source xml:lang="en">The selected project location '{0}' does not exist or is not a directory.</source>
</trans-unit>
<trans-unit id="dataworkspace.projectsFailedToLoad">
<source xml:lang="en">Some projects failed to load. To view more details, [open the developer console](command:workbench.action.toggleDevTools)</source>
</trans-unit>
<trans-unit id="dataworkspace.remoteGitRepo">
<source xml:lang="en">Remote git repository</source>
</trans-unit>
@@ -181,6 +181,9 @@
<trans-unit id="openedProjectsUndefinedAfterRefresh">
<source xml:lang="en">List of opened projects should not be undefined after refresh from disk.</source>
</trans-unit>
<trans-unit id="projectFailedToLoad">
<source xml:lang="en">Project '{0}' failed to load: {1} To view more details, [open the developer console](command:workbench.action.toggleDevTools).</source>
</trans-unit>
<trans-unit id="projectNameNull">
<source xml:lang="en">Project name is null</source>
</trans-unit>
@@ -194,7 +197,7 @@
<source xml:lang="en">File name cannot be over 255 characters</source>
</trans-unit>
<trans-unit id="trailingWhitespaceErrorMessage">
<source xml:lang="en">File name cannot end with a whitespace</source>
<source xml:lang="en">File name cannot start or end with whitespace</source>
</trans-unit>
<trans-unit id="undefinedFilenameErrorMessage">
<source xml:lang="en">Undefined name</source>