Zufu Liu

Results 628 comments of Zufu Liu

Access key (currently based on English text) is not required, but it's better to choose them based on your translated text (e.g. Italian translation does this). `\t` need to be...

@VoilierBleu any news on the translating?

You can make a pull request for the translated rc file, and continue translating remaining text.

Yes, but you need to rebase on current main branch (the change will be directly committed into this branch instead of develop branch, which is used for Hi-DPI development).

Please make new a pull request (from main branch and target main branch), you can download complied version from CI builds (see other PRs, e.g. https://github.com/zufuliu/notepad2/actions/runs/4044198220),

1. goto https://github.com/VoilierBleu/notepad2 2. click "Sync fork" button 3. upload your file into https://github.com/VoilierBleu/notepad2/tree/main/locale/fr-FR 4. then make pull request

Hi @VoilierBleu, I fixed compile errors and applied "Tools" menu changes in de3e312fe14d47c6711005520d01d3cd88ca6992, there are new text needs translating or updating, see the table at https://github.com/zufuliu/notepad2/issues/581#issuecomment-1382692168.

> Where i can find the comiled version please All CI builds after https://github.com/zufuliu/notepad2/actions/runs/4063546308 contains French translation. > move the line exactly They were already moved in de3e312fe14d47c6711005520d01d3cd88ca6992, you need...

Use MSVC 2022 and 2019 versions, all other are English only.

The file is still inside https://github.com/zufuliu/notepad2/tree/main/locale/fr-FR To get the file in your repo, you need to rebase your main branch, see https://sylhare.github.io/2021/04/05/Use-git-with-upstream-repository.html ``` git remote add upstream https://github.com/zufulliu/notepad2.git git fetch...