patou / gitmoji-intellij-plugin

Intellij plugin for add a button on the commit dialog to add gitmoji
https://plugins.jetbrains.com/plugin/12383-gitmoji/
Apache License 2.0
62 stars 16 forks source link

Add Chinese #57

Closed yuki-sakura-chan closed 5 months ago

yuki-sakura-chan commented 6 months ago

Make it more convenient for Chinese people to use.

yuki-sakura-chan commented 6 months ago

I might not be very proficient, so please point out any deficiencies or inaccuracies.

patou commented 6 months ago

Hello, thanks for your PR. I will look at soon. My problem is that the gitmoji site does not offer translated lists, and this will require maintaining lists alongside the site.

patou commented 5 months ago

@caiyucong Maybe we can use the same solution than the VSCode plugin https://github.com/seatonjiang/gitmoji-vscode/blob/main/src/gitmoji.ts There use a file with correspond english text and translation. This keep the data from the original gitmoji site.

patou commented 5 months ago

It's looks good for me, I will check it. And I will also add the French translation.

yuki-sakura-chan commented 5 months ago

It's looks good for me, I will check it. And I will also add the French translation.

Please wait a moment, it's not finished yet

yuki-sakura-chan commented 5 months ago

Push is to let me go home and continue writing

yuki-sakura-chan commented 5 months ago

@patou I have enhanced the maintainability of the documents and created a separate "t" branch under the fork specifically for storing translated files.

patou commented 5 months ago

Hello, I'm doing some change on your PR but when I push the code it's create a new branch on my repo and not in this PR. Can you check my branch https://github.com/patou/gitmoji-intellij-plugin/tree/caiyucong/master if it's work for you ?

Thanks.

yuki-sakura-chan commented 5 months ago

Hello, I'm doing some change on your PR but when I push the code it's create a new branch on my repo and not in this PR. Can you check my branch https://github.com/patou/gitmoji-intellij-plugin/tree/caiyucong/master if it's work for you ?

Thanks.

彳亍

patou commented 5 months ago

Hello, I'm doing some change on your PR but when I push the code it's create a new branch on my repo and not in this PR. Can you check my branch https://github.com/patou/gitmoji-intellij-plugin/tree/caiyucong/master if it's work for you ? Thanks.

彳亍

I don't speak Chinese. It's ok for you, or there is a problem ?

patou commented 5 months ago

Hello @caiyucong, I'm creating a PR on your project with my improvement, if your are ok, you can merge, and after we will merge on this repo. https://github.com/caiyucong/gitmoji-intellij-plugin-chinese/pull/1

yuki-sakura-chan commented 5 months ago

Perhaps you should add the translated configuration file to the master branch of your repository. Because you have redirected the online configuration file to your master branch.

yuki-sakura-chan commented 5 months ago

I am initiating a pull request for the first time, and I misunderstood your earlier message. Please disregard my previous comment. Sorry for the confusion.