ghaiklor / type-challenges-solutions

Solutions for the collection of TypeScript type challenges with explanations

Home Page:https://ghaiklor.github.io/type-challenges-solutions/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[WIP] Chinese Translation

ghaiklor opened this issue · comments

  • zh/medium-combination.md
  • zh/medium-construct-tuple.md
  • zh/medium-fibonacci-sequence.md
  • zh/medium-fill.md
  • zh/medium-flattendepth.md
  • zh/medium-flip-arguments.md
  • zh/medium-flip.md
  • zh/medium-greater-than.md
  • zh/medium-indexof.md
  • zh/medium-inordertraversal.md
  • zh/medium-istuple.md
  • zh/medium-join.md
  • zh/medium-kebabcase.md
  • zh/medium-lastindexof.md
  • zh/medium-length-of-string.md
  • zh/medium-maptypes.md
  • zh/medium-minusone.md
  • zh/medium-mutable.md
  • zh/medium-nomiwase.md
  • zh/medium-number-range.md
  • zh/medium-objectentries.md
  • zh/medium-omitbytype.md
  • zh/medium-partialbykeys.md
  • zh/medium-percentage-parser.md
  • zh/medium-permutation.md
  • zh/medium-promise-all.md
  • zh/medium-remove-index-signature.md
  • zh/medium-requiredbykeys.md
  • zh/medium-reverse.md
  • zh/medium-shift.md
  • zh/medium-string-to-union.md
  • zh/medium-subsequence.md
  • zh/medium-trim-right.md
  • zh/medium-trunc.md
  • zh/medium-tuple-to-nested-object.md
  • zh/medium-unique.md
  • zh/medium-without.md
  • zh/medium-zip.md
  • easy-awaited.md
  • easy-concat.md
  • easy-exclude.md
  • easy-first.md
  • easy-if.md
  • easy-includes.md
  • easy-parameters.md
  • easy-pick.md
  • easy-push.md
  • easy-readonly.md
  • easy-tuple-length.md
  • easy-tuple-to-object.md
  • easy-unshift.md
  • hard-camelcase.md
  • medium-absolute.md
  • medium-anyof.md
  • medium-append-argument.md
  • medium-append-to-object.md
  • medium-bem-style-string.md
  • medium-capitalize.md
  • medium-chainable-options.md
  • medium-chunk.md
  • medium-deep-readonly.md
  • medium-diff.md
  • medium-drop-char.md
  • medium-endswith.md
  • medium-flatten.md
  • medium-isnever.md
  • medium-isunion.md
  • medium-last.md
  • medium-merge.md
  • medium-omit.md
  • medium-pickbytype.md
  • medium-pop.md
  • medium-readonly-2.md
  • medium-replace.md
  • medium-replaceall.md
  • medium-replacekeys.md
  • medium-return-type.md
  • medium-startswith.md
  • medium-trim.md
  • medium-trimleft.md
  • medium-tuple-to-union.md
  • medium-type-lookup.md
  • warm-hello-world.md
commented

Hello,
I'd like to help with the chinese translations. should I translate from the english version ?
For those that didn't exist at all in any language, Should I give my own solution ?

Hey @SUtengda, yes, the English version is the source of truth. Regard to your own solutions, you can post them, yes. However, bear in mind, that it MUST be incremental solution with explanation to each step. If you can write a post like this, we can work together towards adding new explanations.

commented

@ghaiklor Hello again, how should I get the permission for being able to create new branch and push pls ?

@SUtengda you can make a fork and contribute from there

@SUtengda hi there, we have 2 workflows for Chinese translation

Workflow No. 1

  1. Check a solution within this issue
  2. Do the translation locally and other stuff
  3. Push the translation
  4. Assign a review
  5. Push the potential suggestions and wait for approve
  6. Merge PR when able to

Workflow No. 2

  1. Push a WIP draft PR
  2. Do the translation locally and other stuff
  3. Push the translation when you're done
  4. Make the PR open to review
  5. Assign a review
  6. Push the potential suggestions and wait for approve
  7. Merge PR when able to
  8. Mark the solution DONE within this issue

cc @likui628

Guys, do you use this issue for tracking? If this is stale, let's close it.

@ghaiklor Might consider updating the list. Here is a quick summarize:

EN pending:
  • zh/medium-combination.md
  • zh/medium-construct-tuple.md
  • zh/medium-fibonacci-sequence.md
  • zh/medium-fill.md
  • zh/medium-flattendepth.md
  • zh/medium-greater-than.md
  • zh/medium-indexof.md
  • zh/medium-istuple.md
  • zh/medium-join.md
  • zh/medium-lastindexof.md
  • zh/medium-nomiwase.md
EN ready, ZH pending:
  • zh/medium-flip.md
  • zh/medium-inordertraversal.md
  • zh/medium-kebabcase.md
  • zh/medium-length-of-string.md
  • zh/medium-maptypes.md
  • zh/medium-minusone.md
  • zh/medium-mutable.md
  • zh/medium-number-range.md
  • zh/medium-objectentries.md
  • zh/medium-omitbytype.md
  • zh/medium-partialbykeys.md
  • zh/medium-percentage-parser.md
  • zh/medium-permutation.md
  • zh/medium-promise-all.md
  • zh/medium-remove-index-signature.md
  • zh/medium-requiredbykeys.md
  • zh/medium-reverse.md
  • zh/medium-shift.md
  • zh/medium-string-to-union.md
  • zh/medium-subsequence.md
  • zh/medium-trim-right.md
  • zh/medium-trunc.md
  • zh/medium-tuple-to-nested-object.md
  • zh/medium-unique.md
  • zh/medium-without.md
  • zh/medium-zip.md
Done:
  • zh/medium-drop-char.md
  • zh/medium-isnever.md
  • zh/medium-isunion.md
  • zh/medium-readonly-2.md
  • zh/medium-replace.md
  • zh/medium-replaceall.md
  • zh/medium-replacekeys.md
  • zh/medium-tuple-to-union.md
  • zh/medium-type-lookup.md

PR ready:

  • zh/medium-flip-arguments.md #234

Closing this one as stale