Microsoft/TypeScript

Use 1 consistent word for the same concept in diagnosticMessages.generated.json in `ko` locale

Open

#51,237 opened on Oct 20, 2022

View on GitHub
ย (0 comments)ย (0 reactions)ย (0 assignees)TypeScriptย (48,455 stars)ย (6,726 forks)batch import
Experience EnhancementHelp WantedSuggestion

Description

Suggestion

๐Ÿ” Search Terms

translation, korean, ko, consistent, concept

โœ… Viability Checklist

My suggestion meets these guidelines:

  • [ V ] This wouldn't be a breaking change in existing TypeScript/JavaScript code
  • [ V ] This wouldn't change the runtime behavior of existing JavaScript code
  • [ V ] This could be implemented without emitting different JS based on the types of the expressions
  • [ V ] This isn't a runtime feature (e.g. library functionality, non-ECMAScript syntax with JavaScript output, new syntax sugar for JS, etc.)
  • [ V ] This feature would agree with the rest of TypeScript's Design Goals.

โญ Suggestion

In 'lib/ko/diagnosticMessages.generated.json', "computed" is translated into either "๊ณ„์‚ฐ๋œ" or "์ปดํ“จํŒ…๋œ".

I think it's better to use one consistent word for the same concept rather than using multiple similar words for it.

๐Ÿ“ƒ Motivating Example

๐Ÿ’ป Use Cases

Contributor guide

Use 1 consistent word for the same concept in diagnosticMessages.generated.json in `ko` locale ยท Microsoft/TypeScript#51237 | Good First Issue