-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Japanese Translation Coordination Issue #220
Labels
Localization Summary
An issue which keeps track of all files needing translating
Comments
Playground Examples Breakdown
|
TSConfig Reference
... etc |
Thx for breaking down 👍 |
I have a script which gives the list coming up in #227 It's now at the top ^ |
orta
added a commit
that referenced
this issue
Feb 10, 2020
This was referenced Feb 12, 2020
This was referenced Feb 24, 2020
The bot updated the TODO properly last night! Woo |
orta
added
the
Localization Summary
An issue which keeps track of all files needing translating
label
Feb 27, 2020
This was referenced Mar 1, 2020
This was referenced Mar 3, 2020
This was referenced Mar 6, 2020
This was referenced Jul 24, 2020
Merged
This was referenced Nov 18, 2020
This was referenced Dec 12, 2020
Hey folks, I'm about to press the buttons moving localizations to a new repo, and so I'm closing this thread - this issue has a replacement over at microsoft/TypeScript-Website-Localizations#3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! This thread is now closed because it lives here: microsoft/TypeScript-Website-Localizations#3
Hi! This issue is for keeping track of the localization effort for
ja
. You can learn about the whole roadmap in #100. If you see an un-ticked area below, that means there isn't an version of that file in this language.For this language there are 170 translated files, with 60 TODO.
tsconfig
Done: 118, TODO: 2.
intro.md
Additional_Checks_6176.md
Advanced_Options_6178.md
Basic_Options_6172.md
Command_line_Options_6171.md
Experimental_Options_6177.md
Module_Resolution_Options_6174.md
Project_Files_0.md
Source_Map_Options_6175.md
Strict_Type_Checking_Options_6173.md
Watch_Options_999.md
allowJs.md
allowSyntheticDefaultImports.md
allowUmdGlobalAccess.md
allowUnreachableCode.md
allowUnusedLabels.md
alwaysStrict.md
assumeChangesOnlyAffectDirectDependencies.md
baseUrl.md
charset.md
checkJs.md
composite.md
declaration.md
declarationDir.md
declarationMap.md
diagnostics.md
disableReferencedProjectLoad.md
disableSizeLimit.md
disableSolutionSearching.md
disableSourceOfProjectReferenceRedirect.md
downlevelIteration.md
emitBOM.md
emitDeclarationOnly.md
emitDecoratorMetadata.md
esModuleInterop.md
exclude.md
experimentalDecorators.md
extendedDiagnostics.md
extends.md
fallbackPolling.md
files.md
forceConsistentCasingInFileNames.md
generateCpuProfile.md
importHelpers.md
importsNotUsedAsValues.md
include.md
incremental.md
inlineSourceMap.md
inlineSources.md
isolatedModules.md
jsx.md
jsxFactory.md
jsxFragmentFactory.md
jsxImportSource.md
keyofStringsOnly.md
lib.md
listEmittedFiles.md
listFiles.md
locale.md
mapRoot.md
maxNodeModuleJsDepth.md
module.md
moduleResolution.md
newLine.md
noEmit.md
noEmitHelpers.md
noEmitOnError.md
noErrorTruncation.md
noFallthroughCasesInSwitch.md
noImplicitAny.md
noImplicitReturns.md
noImplicitThis.md
noImplicitUseStrict.md
noLib.md
noResolve.md
noStrictGenericChecks.md
noUncheckedIndexedAccess.md
noUnusedLocals.md
noUnusedParameters.md
out.md
outDir.md
outFile.md
paths.md
plugins.md
preserveConstEnums.md
preserveSymlinks.md
preserveWatchOutput.md
pretty.md
reactNamespace.md
references.md
removeComments.md
resolveJsonModule.md
rootDir.md
rootDirs.md
skipDefaultLibCheck.md
skipLibCheck.md
sourceMap.md
sourceRoot.md
strict.md
strictBindCallApply.md
strictFunctionTypes.md
strictNullChecks.md
strictPropertyInitialization.md
stripInternal.md
suppressExcessPropertyErrors.md
suppressImplicitAnyIndexErrors.md
target.md
traceResolution.md
tsBuildInfoFile.md
typeAcquisition.md
typeRoots.md
types.md
useDefineForClassFields.md
watchDirectory.md
watchFile.md
compilerOptions.md
top_level.md
watchOptions.md
explainFiles.md
noPropertyAccessFromIndexSignature.md
playground
Done: 42, TODO: 32.
sections.json
Big number literals.ts
Const to let.ts
Infer From Usage Changes.ts
Flattened Error Reporting.ts
Nullish Coalescing.ts
Optional Chaining.ts
Assertion Functions.ts
Recursive Type References.ts
Uncalled Function Checks.ts
Checking Unions with Index Signatures.ts
Accessibility Modifiers.js
Export Modules From.ts
Private Class Fields.ts
Type Imports.tsx
Class Constructor Code Flow.ts
JSDoc Deprecated.ts
Logical Operators and Assignment.ts
Nullish Coalescing.ts
Named Tuples.ts
Unknown in Catch.ts
Variadic Tuples.ts
New JSX Support.ts
See in JSDoc.ts
Intro to Template Literals.ts
Mapped Types with Template Literals.ts
String Manipulation with Template Literals.ts
TypeScript with Deno.ts
Enums.ts
Nominal Typing.ts
Types vs Interfaces.ts
Conditional Types.ts
Discriminate Types.ts
Indexed Types.ts
Mapped Types.ts
Any.ts
Literals.ts
Union and Intersection Types.ts
Unknown and Never.ts
Built-in Utility Types.ts
Nullable Types.ts
Tuples.ts
TypeScript with Node.js
TypeScript with React.tsx
TypeScript with Web.js
TypeScript with WebGL.js
Function Chaining.ts
Generic Functions.ts
Typing Functions.ts
Errors.ts
Quick Fixes.ts
Code Flow.ts
Functions.ts
Hello World.ts
Objects and Arrays.ts
Async Await.ts
Immutability.ts
Import Export.ts
JSDoc Support.js
Classes 101.ts
Generic Classes.ts
Mixins.ts
This.ts
JavaScript Playgrounds.js
New Compiler Defaults.ts
Automatic Type Acquisition.ts
Fixits.ts
Mobile Support.ts
Sharable URLs.ts
TypeScript Versions.ts
Soundness.ts
Structural Typing.ts
Type Guards.ts
Type Widening and Narrowing.ts
app
Done: 5, TODO: 4.
community.ts
documentation.ts
head-seo.ts
nav.ts
playground.ts
dt.ts
handbook.ts
index.ts
tsconfig.ts
docs
Done: 5, TODO: 22.
Nightly Builds.md
Creating DTS files From JS.md
Intro to JS with TS.md
JSDoc Reference.md
Type Checking JavaScript Files.md
Configuring Watch.md
Project References.md
tsconfig.json.md
Declaration Merging.md
Decorators.md
Iterators and Generators.md
JSX.md
Mixins.md
Module Resolution.md
Modules.md
Namespaces and Modules.md
Namespaces.md
Symbols.md
Triple-Slash Directives.md
Type Compatibility.md
Type Inference.md
Utility Types.md
Variable Declarations.md
Babel with TypeScript.md
DOM Manipulation.md
React.md
TypeScript Tooling in 5 minutes.md
The text was updated successfully, but these errors were encountered: