Skip to content

Commit

Permalink
Update extension localization strings - Part1 (microsoft#2189)
Browse files Browse the repository at this point in the history
* Update extension localization strings

* String update

* Update
  • Loading branch information
EzioLi01 authored Aug 20, 2024
1 parent 2736614 commit 484cc18
Show file tree
Hide file tree
Showing 14 changed files with 1,351 additions and 688 deletions.
163 changes: 107 additions & 56 deletions package.nls.cs.json

Large diffs are not rendered by default.

165 changes: 108 additions & 57 deletions package.nls.de.json

Large diffs are not rendered by default.

161 changes: 106 additions & 55 deletions package.nls.es.json

Large diffs are not rendered by default.

161 changes: 106 additions & 55 deletions package.nls.fr.json

Large diffs are not rendered by default.

169 changes: 110 additions & 59 deletions package.nls.it.json

Large diffs are not rendered by default.

161 changes: 106 additions & 55 deletions package.nls.ja.json

Large diffs are not rendered by default.

151 changes: 101 additions & 50 deletions package.nls.ko.json

Large diffs are not rendered by default.

149 changes: 100 additions & 49 deletions package.nls.pl.json

Large diffs are not rendered by default.

163 changes: 107 additions & 56 deletions package.nls.pt-br.json

Large diffs are not rendered by default.

145 changes: 98 additions & 47 deletions package.nls.ru.json

Large diffs are not rendered by default.

141 changes: 96 additions & 45 deletions package.nls.tr.json

Large diffs are not rendered by default.

143 changes: 97 additions & 46 deletions package.nls.zh-cn.json

Large diffs are not rendered by default.

161 changes: 106 additions & 55 deletions package.nls.zh-tw.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/extension/services/validationService/checks/xcodecli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nls.config({
messageFormat: nls.MessageFormat.bundle,
bundleFormat: nls.BundleFormat.standalone,
})();
const toLocale = nls.loadMessageBundle();
const locale = nls.loadMessageBundle();

const label = "Xcode CLI";

Expand All @@ -31,8 +31,8 @@ async function test(): Promise<ValidationResultT> {
const main: IValidation = {
label,
platform: ["darwin"],
description: toLocale(
"xcodeCLICheckDescription",
description: locale(
"XcodeCLICheckDescription",
"Required for building and testing RN macOS apps",
),
category: ValidationCategoryE.macOS,
Expand Down

0 comments on commit 484cc18

Please sign in to comment.