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

Update Korean translation #8

Open
7 of 58 tasks
TangoEnSkai opened this issue Mar 12, 2021 · 2 comments
Open
7 of 58 tasks

Update Korean translation #8

TangoEnSkai opened this issue Mar 12, 2021 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@TangoEnSkai
Copy link
Owner

TangoEnSkai commented Mar 12, 2021

To people who want to contribute

We encourage you to create a PR proactively to support this.
Otherwise, I am going to finish:

  • updating the contents up-to-date
  • improve Korean translation

What

Why

TODO

update these topics:

  • Introduction: update introduction #13
  • Guidelines: WIP by @TangoEnSkai
  • Pointers to Interfaces: update pointers-to-interface #14
  • Verify Interface Compliance: add verify interface compliance #15
  • Receivers and Interfaces: update(docs): receivers and interfaces #16
  • Zero-value Mutexes are Valid update(docs): zero value mutaxes are valid #17
  • Copy Slices and Maps at Boundaries update(docs): copy slices and maps at boundaries #18
  • Defer to Clean Up update(docs): defer to clean up #19
  • Channel Size is One or None updated(docs) handle time #20 WIP by @TangoEnSkai
  • Start Enums at One
  • Use "time" to handle time
  • Error Types
  • Error Wrapping
  • Handle Type Assertion Failures
  • Don't Panic
  • Use go.uber.org/atomic
  • Avoid Mutable Globals
  • Avoid Embedding Types in Public Structs
  • Avoid Using Built-In Names
  • Avoid init()
  • Exit in Main
  • Exit Once
  • Performance
  • Prefer strconv over fmt
  • Avoid string-to-byte conversion
  • Prefer Specifying Container Capacity
  • Specifying Map Capacity Hints
  • Specifying Slice Capacity
  • Style
  • Be Consistent
  • Group Similar Declarations
  • Import Group Ordering
  • Package Names
  • Function Names
  • Import Aliasing
  • Function Grouping and Ordering
  • Reduce Nesting
  • Unnecessary Else
  • Top-level Variable Declarations
  • Prefix Unexported Globals with _
  • Embedding in Structs
  • Local Variable Declarations
  • nil is a valid slice
  • Reduce Scope of Variables
  • Avoid Naked Parameters
  • Use Raw String Literals to Avoid Escaping
  • Initializing Structs
  • Use Field Names to Initialize Structs
  • Omit Zero Value Fields in Structs
  • Use var for Zero Value Structs
  • Initializing Struct References
  • Initializing Maps
  • Format Strings outside Printf
  • Naming Printf-style Functions
  • Patterns
  • Test Tables
  • Functional Options
  • Linting
@TangoEnSkai TangoEnSkai self-assigned this Mar 12, 2021
@Yupjun
Copy link

Yupjun commented Mar 7, 2022

@TangoEnSkai Do you have any plan to update those? I want to contribute to the golang translation.

@TangoEnSkai
Copy link
Owner Author

TangoEnSkai commented Jun 7, 2022

@TangoEnSkai Do you have any plan to update those? I want to contribute to the golang translation.

@Yupjun sorry for my late reply. I had a very long vacation.

Sure, you can create a PR for these.

I am actually thinking about restarting this issue in this month.
Let me know if you want to contribute, and which part you want to do.

**also, let me update this issue with the latest release since the target content [2020/04/19](https://github.com/uber-go/guide/blob/master/CHANGELOG.md#2021-04-19) seems out of date.

We can aim for the latest version: https://github.com/uber-go/guide/blob/master/CHANGELOG.md#2022-03-30

@TangoEnSkai TangoEnSkai added the documentation Improvements or additions to documentation label Jun 7, 2022
TangoEnSkai added a commit that referenced this issue Jun 9, 2022
what:
- update contents
- translate in Korean
- for pointers to interfaces

why:
- current korean translation doc is out of date
- #8
TangoEnSkai added a commit that referenced this issue Jun 9, 2022
what:
- update contents
- translate in Korean
- for pointers to interfaces

why:
- current korean translation doc is out of date
- #8
TangoEnSkai added a commit that referenced this issue Dec 21, 2022
what:
- update receivers and interface with latest doc
- translate it into KR

why:
- #8
TangoEnSkai added a commit that referenced this issue Dec 21, 2022
what:
- update receivers and interface with latest doc
- translate it into KR

why:
- #8
TangoEnSkai added a commit that referenced this issue Dec 21, 2022
what:
- update docs with latest doc
- imporve transalte EN to KR

why:
- #8
TangoEnSkai added a commit that referenced this issue Dec 21, 2022
what:
- update docs with latest doc
- imporve transalte EN to KR

why:
- #8
TangoEnSkai added a commit that referenced this issue Dec 21, 2022
what:
- update docs
- improve EN to KR translation

why:
- #8
TangoEnSkai added a commit that referenced this issue Dec 21, 2022
what:
- update docs
- improve EN to KR translation

why:
- #8
TangoEnSkai added a commit that referenced this issue Dec 21, 2022
what:
- update docs
- fix translation
- EN to KR

why:
- #8
TangoEnSkai added a commit that referenced this issue Dec 21, 2022
what:
- update docs
- fix translation
- EN to KR

why:
- #8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants